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.”。
擴展截圖
下載Sonikpass Verified Presence™ Extension擴展crx文件
下載Sonikpass Verified Presence™ Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | bacbcaacacbmocnfkahiaondgocoknpk |
官方網址 | 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" ] } |