Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Sonikpass Verified Presence™ Extension là gì?

Sonikpass Verified Presence™ Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.sonikpass.com, và tính năng chính của nó là "Communicates with the Sonikpass Verified Presence™ system.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sonikpass Verified Presence™ Extension

Tải xuống các tệp mở rộng Sonikpass Verified Presence™ Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sonikpass Verified Presence™ Extension Sonikpass Verified Presence™ Extension
ID bacbcaacacbmocnfkahiaondgocoknpk
URL Chính Thức https://chromewebstore.google.com/detail/sonikpass-verified-presen/bacbcaacacbmocnfkahiaondgocoknpk
Mô tả Communicates with the Sonikpass Verified Presence™ system.
Kích Thước Tệp 36.26 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 3.6
Cập Nhật Lần Cuối 2017-10-24
Ngày Phát Hành 2017-10-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.sonikpass.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}