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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sonikpass Verified Presence™ Extension
قم بتنزيل ملفات الامتداد Sonikpass Verified Presence™ Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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" ] } |