Factu Asistente Contable

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

What is Factu Asistente Contable?

Factu Asistente Contable is a Chrome extension developed by Codatien S.A., and its main feature is "Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…".

Download Factu Asistente Contable Extension CRX File

Download Factu Asistente Contable 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

                        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.                    

Extension Basic Information

Name Factu Asistente Contable Factu Asistente Contable
ID oiofcmmlabjeckplgpaomgpeechiopcn
Official URL https://chromewebstore.google.com/detail/factu-asistente-contable/oiofcmmlabjeckplgpaomgpeechiopcn
Description Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…
File Size 17.27 KB
Installation Count 35
Current Version 2.6
Last Updated 2018-06-24
Publish Date 2018-06-23
Developer Codatien S.A.
Email [email protected]
Payment Type free
Extension Website http://factu.ec/
Help Page URL http://factu.net/faq
Supported Languages 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"
    }
}