Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Sonikpass Verified Presence™ Extensionとは何ですか?

Sonikpass Verified Presence™ Extensionはhttps://www.sonikpass.comによって開発されたChromeの拡張機能で、その主な機能は「Communicates with the Sonikpass Verified Presence™ system.」です。

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

screenshot

Sonikpass Verified Presence™ Extension拡張機能のCRXファイルをダウンロード

Sonikpass Verified Presence™ Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Sonikpass Verified Presence™ Extension Sonikpass Verified Presence™ Extension
ID bacbcaacacbmocnfkahiaondgocoknpk
公式URL https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk
説明 Communicates with the Sonikpass Verified Presence™ system.
ファイルサイズ 36.26 KB
インストール数 19
現在のバージョン 3.6
最終更新日 2017-10-24
公開日 2017-10-24
評価 5.00/5 合計 1 レビュー
開発者 https://www.sonikpass.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sonikpass Verified Presence\u2122 Extension",
    "short_name": "Sonikpass",
    "version": "3.6",
    "description": "Communicates with the Sonikpass Verified Presence\u2122 system.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sonikpass.com\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}