e-load

Descarga Automatica de Documentos Electronicos del sitio web del SRI.

e-load là gì?

e-load là một tiện ích mở rộng Chrome được phát triển bởi Ing. Javier Veliz N., và tính năng chính của nó là "Descarga Automatica de Documentos Electronicos del sitio web del SRI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng e-load

Tải xuống các tệp mở rộng e-load dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên e-load e-load
ID ikihljikchccgnbgnhjhipbfjlballip
URL Chính Thức https://chromewebstore.google.com/detail/e-load/ikihljikchccgnbgnhjhipbfjlballip
Mô tả Descarga Automatica de Documentos Electronicos del sitio web del SRI.
Kích Thước Tệp 31.63 KB
Số Lần Cài Đặt 2,392
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-12-01
Ngày Phát Hành 2021-12-01
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ing. Javier Veliz N.
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.multiempresarios.com/Plantillas/SRIeload/Videos/index.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}