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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codatien S.A. และคุณลักษณะหลักของมันคือ "Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Factu Asistente Contable

ดาวน์โหลดไฟล์ส่วนขยาย Factu Asistente Contable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}