Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Sonikpass Bluetooth Communications là gì?

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

Ả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 Bluetooth Communications

Tải xuống các tệp mở rộng Sonikpass Bluetooth Communications 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

                        The Sonikpass Chrome Extensions allows Chrome to communicate with the Sonikpass Verified Presence system.                    

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

Tên Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
URL Chính Thức https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
Mô tả Sonikpass Verified Presence™ Extension.
Kích Thước Tệp 40.51 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.32
Cập Nhật Lần Cuối 2017-10-12
Ngày Phát Hành 2017-10-12
Đánh Giá 3.38/5 Tổng số 55 Đánh Giá
Nhà Phát Triển http://sonikpass.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sonikpass.com
URL Trang Trợ Giúp https://console.sonikpass.com/#faq
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Sonikpass Verified Presence\u2122 Extension.",
    "manifest_version": 2,
    "name": "Sonikpass Bluetooth Communications",
    "short_name": "Sonikpass",
    "version": "3.32",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/console.sonikpass.com\/*",
                "https:\/\/console.sonikpass.com\/*",
                "https:\/\/console.jason.sonikpass.com\/*",
                "https:\/\/console.dev.sonikpass.com\/*",
                "",
                "https:\/\/idp.sonikpass.com\/*",
                "https:\/\/idp.stage.sonikpass.com\/*",
                "https:\/\/idp.dev.sonikpass.com\/*",
                "https:\/\/console.stage.sonikpass.com\/*"
            ],
            "js": [
                "communication.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs"
    ]
}