e-load

Descarga Automatica de Documentos Electronicos del sitio web del SRI.

Что такое e-load?

e-load - это расширение Chrome, разработанное Ing. Javier Veliz N., и его основная функция - "Descarga Automatica de Documentos Electronicos del sitio web del SRI.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения e-load

Скачайте файлы расширений e-load в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название e-load e-load
ID ikihljikchccgnbgnhjhipbfjlballip
Официальный URL https://chromewebstore.google.com/detail/e-load/ikihljikchccgnbgnhjhipbfjlballip
Описание Descarga Automatica de Documentos Electronicos del sitio web del SRI.
Размер файла 31.63 KB
Количество установок 2,392
Текущая Версия 0.1
Последнее Обновление 2021-12-01
Дата публикации 2021-12-01
Рейтинг 4.67/5 Всего 3 оценок
Разработчик Ing. Javier Veliz N.
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.multiempresarios.com/Plantillas/SRIeload/Videos/index.html
Поддерживаемые языки 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\/*"
    ]
}