Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Sonikpass Verified Presence™ Extension क्या है?

Sonikpass Verified Presence™ Extension https://www.sonikpass.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Communicates with the Sonikpass Verified Presence™ system."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sonikpass Verified Presence™ Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    ]
}