Factu Asistente Contable

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

Factu Asistente Contable란 무엇입니까?

Factu Asistente Contable은(는) Codatien S.A.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…"입니다.

Factu Asistente Contable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Factu Asistente Contable Factu Asistente Contable
ID oiofcmmlabjeckplgpaomgpeechiopcn
공식 URL https://chromewebstore.google.com/detail/factu-asistente-contable/oiofcmmlabjeckplgpaomgpeechiopcn
설명 Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…
파일 크기 17.27 KB
설치 횟수 35
현재 버전 2.6
최근 업데이트 2018-06-24
출시 날짜 2018-06-23
개발자 Codatien S.A.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://factu.ec/
도움말 페이지 URL http://factu.net/faq
지원되는 언어 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"
    }
}