365id Integration - Notifications (USB)

The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)

365id Integration - Notifications (USB)とは何ですか?

365id Integration - Notifications (USB)は365idによって開発されたChromeの拡張機能で、その主な機能は「The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)」です。

拡張機能のスクリーンショット

screenshot

365id Integration - Notifications (USB)拡張機能のCRXファイルをダウンロード

365id Integration - Notifications (USB)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)                    

拡張機能の基本情報

名前 365id Integration - Notifications (USB) 365id Integration - Notifications (USB)
ID eoejicjbmepolmnabegnchbggdhhgeoj
公式URL https://chromewebstore.google.com/detail/365id-integration-notific/eoejicjbmepolmnabegnchbggdhhgeoj
説明 The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)
ファイルサイズ 107 KB
インストール数 104
現在のバージョン 1.1.1.0
最終更新日 2023-09-01
公開日 2019-10-01
評価 5.00/5 合計 1 レビュー
開発者 365id
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "365id Integration - Notifications (USB)",
    "short_name": "365id - Notifications",
    "version": "1.1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "messages.js",
                "details.js"
            ],
            "css": [
                "content.css",
                "details.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "365id Integration - Notifications (USB)",
        "default_icon": {
            "16": "365id_16.png",
            "32": "365id_32.png",
            "48": "365id_48.png",
            "128": "365id_128.png"
        }
    },
    "icons": {
        "16": "365id_16.png",
        "32": "365id_32.png",
        "48": "365id_48.png",
        "128": "365id_128.png"
    },
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "https:\/\/portal.365id.com\/*"
    ],
    "web_accessible_resources": [
        "365id.png",
        "result1.png",
        "result2.png",
        "result3.png",
        "success.png",
        "usb_off.png",
        "usb_on.png",
        "365id_48.png",
        "avatar.png"
    ]
}