Facilingo

Facilingo - Asistente de declaración

Facilingo là gì?

Facilingo là một tiện ích mở rộng Chrome được phát triển bởi https://facilingo.com.bo, và tính năng chính của nó là "Facilingo - Asistente de declaración".

Ả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 Facilingo

Tải xuống các tệp mở rộng Facilingo 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

                        Herramienta que incrementa su productividad al permitir llenar facturas electrónicas automáticamente en el nuevo formulario "Mis Facturas". Facilingo lee el QR de las facturas y las introduce directamente en el sistema siat, sin necesidad de exportar a excel o texto, o ningún paso adicional.                    

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

Tên Facilingo Facilingo
ID penkhgghbhdapegmnpbcdnlcockobhdm
URL Chính Thức https://chromewebstore.google.com/detail/facilingo/penkhgghbhdapegmnpbcdnlcockobhdm
Mô tả Facilingo - Asistente de declaración
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2021-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://facilingo.com.bo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facilingo",
    "short_name": "Facilingo",
    "version": "1.0.6",
    "description": "Facilingo - Asistente de declaraci\u00f3n",
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.firebaseio.com\/*",
        "*:\/\/*.firebaseapp.com\/*"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Facilingo"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.impuestos.gob.bo\/*"
            ]
        }
    ],
    "options_page": "index.html?#\/options",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.visualstudio.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": ".\/assets\/icon-16x16.png",
        "32": ".\/assets\/icon-32x32.png",
        "48": ".\/assets\/icon-48x48.png",
        "128": ".\/assets\/icon-128x128.png"
    }
}