e-load

Descarga Automatica de Documentos Electronicos del sitio web del SRI.

What is e-load?

e-load is a Chrome extension developed by Ing. Javier Veliz N., and its main feature is "Descarga Automatica de Documentos Electronicos del sitio web del SRI.".

Extension Screenshots

screenshot
screenshot

Download e-load Extension CRX File

Download e-load extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GRATIS - Herramienta para descarga automática de documentos electrónicos (XML/PDF, listado TXT) del sitio web del SRI                    

Extension Basic Information

Name e-load e-load
ID ikihljikchccgnbgnhjhipbfjlballip
Official URL https://chromewebstore.google.com/detail/e-load/ikihljikchccgnbgnhjhipbfjlballip
Description Descarga Automatica de Documentos Electronicos del sitio web del SRI.
File Size 31.63 KB
Installation Count 2,392
Current Version 0.1
Last Updated 2021-12-01
Publish Date 2021-12-01
Rating 4.67/5 Total 3 Ratings
Developer Ing. Javier Veliz N.
Email [email protected]
Payment Type free
Help Page URL https://www.multiempresarios.com/Plantillas/SRIeload/Videos/index.html
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "e-load",
    "description": "Descarga Automatica de Documentos Electronicos del sitio web del SRI.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html",
        "default_title": "SRIeloadocs"
    },
    "host_permissions": [
        "https:\/\/srienlinea.sri.gob.ec\/*"
    ]
}