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"
    ]
}