Facilingo
Facilingo - Asistente de declaración
Facilingoとは何ですか?
Facilingoはhttps://facilingo.com.boによって開発されたChromeの拡張機能で、その主な機能は「Facilingo - Asistente de declaración」です。
拡張機能のスクリーンショット
Facilingo拡張機能のCRXファイルをダウンロード
Facilingo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| ID | penkhgghbhdapegmnpbcdnlcockobhdm | 
| 公式URL | https://chromewebstore.google.com/detail/facilingo/penkhgghbhdapegmnpbcdnlcockobhdm | 
| 説明 | Facilingo - Asistente de declaración | 
| ファイルサイズ | 1.85 MB | 
| インストール数 | 190 | 
| 現在のバージョン | 1.0.6 | 
| 最終更新日 | 2022-12-22 | 
| 公開日 | 2021-05-01 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | https://facilingo.com.bo | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | 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"
    }
}  |  |