Factu Asistente Contable

Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…

Was ist Factu Asistente Contable?

Factu Asistente Contable ist eine Chrome-Erweiterung, die von Codatien S.A. entwickelt wurde, und ihr Hauptmerkmal ist "Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…".

Factu Asistente Contable-Erweiterungs-CRX-Datei herunterladen

Laden Sie Factu Asistente Contable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI (Sistema de Rentas Internas) del Ecuador.                    

Grundlegende Informationen zur Erweiterung

Name Factu Asistente Contable Factu Asistente Contable
ID oiofcmmlabjeckplgpaomgpeechiopcn
Offizielle URL https://chromewebstore.google.com/detail/factu-asistente-contable/oiofcmmlabjeckplgpaomgpeechiopcn
Beschreibung Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…
Dateigröße 17.27 KB
Installationsanzahl 35
Aktuelle Version 2.6
Letztes Update 2018-06-24
Veröffentlichungsdatum 2018-06-23
Entwickler Codatien S.A.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://factu.ec/
Hilfeseite URL http://factu.net/faq
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Factu Asistente Contable",
    "version": "2.6",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "file:\/\/*",
        "downloads",
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "*:\/\/*.sri.gob.ec\/",
        "*:\/\/*.factu.ec\/",
        "*:\/\/localhost\/",
        "*:\/\/127.0.0.1\/"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/declaraciones.sri.gob.ec\/*"
            ],
            "css": [
                "yourcss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "web_accessible_script.js",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1\/*",
            "*:\/\/localhost\/*",
            "https:\/\/factu.ec\/*"
        ]
    },
    "minimum_chrome_version": "57",
    "browser_action": {
        "default_icon": {
            "16": "icon_128.png",
            "24": "icon_128.png",
            "32": "icon_128.png",
            "48": "icon_128.png",
            "64": "icon_128.png"
        },
        "default_popup": "popup.html"
    }
}