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"
    ]
}