Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Sonikpass Verified Presence™ Extensionคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sonikpass Verified Presence™ Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}