Sonikpass Bluetooth Communications

Sonikpass Verified Presence™ Extension.

Sonikpass Bluetooth Communicationsคืออะไร?

Sonikpass Bluetooth Communications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sonikpass.com และคุณลักษณะหลักของมันคือ "Sonikpass Verified Presence™ Extension."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sonikpass Bluetooth Communications

ดาวน์โหลดไฟล์ส่วนขยาย Sonikpass Bluetooth Communications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sonikpass Bluetooth Communications Sonikpass Bluetooth Communications
ID gpcefflpdphfbkpppaigiklmhicpbhld
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sonikpass-bluetooth-commu/gpcefflpdphfbkpppaigiklmhicpbhld
คำอธิบาย Sonikpass Verified Presence™ Extension.
ขนาดไฟล์ 40.51 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 3.32
อัปเดตครั้งล่าสุด 2017-10-12
วันที่เผยแพร่ 2017-10-12
คะแนน 3.38/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา http://sonikpass.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sonikpass.com
URL หน้าช่วยเหลือ https://console.sonikpass.com/#faq
ภาษาที่รองรับ 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"
    ]
}