WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
XML Manager: Descarga automática SRI

XML Manager: Descarga automática SRI

View on Chrome Web Store
View XML Manager: Descarga automática SRI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (233 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extensión para automatizar la descarga de comprobantes electrónicos del SRI
Type
Extension
Users
2,000 users
1K
TribuExcel
View author page of TribuExcel
Published
Published on March 4, 2024
Version 3.1.0
Manifest version
3
Updated
Updated on February 27, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View XML Manager: Descarga automática SRI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XML Manager: Descarga autom\u00e1tica SRI",
    "description": "Extensi\u00f3n para automatizar la descarga de comprobantes electr\u00f3nicos del SRI",
    "short_name": "XMLBot",
    "version": "3.1.0",
    "version_name": "3.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/ico.png",
        "32": "img\/ico.png",
        "48": "img\/ico.png",
        "128": "img\/logotipo.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/srienlinea.sri.gob.ec\/sri-en-linea\/contribuyente\/perfil"
            ],
            "js": [
                "profile.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/srienlinea.sri.gob.ec\/comprobantes-electronicos-internet\/pages\/consultas\/recibidos\/comprobantesRecibidos.jsf",
                "https:\/\/srienlinea.sri.gob.ec\/comprobantes-electronicos-internet\/pages\/consultas\/recibidos\/comprobantesRecibidos.jsf?*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "css\/script.style.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/srienlinea.sri.gob.ec\/comprobantes-electronicos-internet\/pages\/consultas\/menu.jsf"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "css\/script.style.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/scripts.html",
                "img\/ico.png"
            ],
            "matches": [
                "https:\/\/srienlinea.sri.gob.ec\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "notifications",
        "downloads",
        "downloads.open",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.xmlbotpro.com\/*"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top