Leadsquared OTP Reader

Automatically reads OTP

Τι είναι το Leadsquared OTP Reader;

Το Leadsquared OTP Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Prashant Pokhriyal, και η κύρια λειτουργία του είναι "Automatically reads OTP".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Leadsquared OTP Reader

Λήψη αρχείων επέκτασης Leadsquared OTP Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Helps in auto filling the mobile number, email and OTP in the leadsquared. For the auto OTP you have to install android app.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Leadsquared OTP Reader Leadsquared OTP Reader
ID gcjogmlabadfnnknmmamahfgbpigamkg
Επίσημο URL https://chromewebstore.google.com/detail/leadsquared-otp-reader/gcjogmlabadfnnknmmamahfgbpigamkg
Περιγραφή Automatically reads OTP
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 66
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2020-05-14
Ημερομηνία Δημοσίευσης 2020-05-13
Προγραμματιστής Prashant Pokhriyal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.leadsquared.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leadsquared OTP Reader",
    "version": "1.2.0",
    "description": "Automatically reads OTP",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.leadsquared.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.slim.min.js",
                "js\/pusher.min.js",
                "pusher-config.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "LSQ OTP Reader",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgngFm3guc7\/H7kVTJ7M1EtqaPJOCJmcqQF6gye\/\/8IzbApokIMkJd2z9D7tbiHg+7Z7XHp8+q0mw0cjRmbTHJIeh3IQLFsi4JphMGggicCCTHxUU4Mm7WTMSJ8Jnu0Bx0XiRau0hRt0HwX3wBDZdxuT29YMackKhPJ5+HFhYOm9XEfROEh609kzaN4Fi0hza5RZD3PGuTxDsqvzmqc0mpwIsBIFXQvXdBtpwMeivaWmWOndRCIiLaNmCWLzDvTQ5Pwy5ris6Cqe7HRSsv69YoBPtiY582COc7Bba69j7tkc8COrDV6+91J+geALxHDBLBqgNfF\/Lp8dKqXSpU+2zsQIDAQAB",
    "oauth2": {
        "client_id": "221289736483-4dkfpse8nouki0uc46466lgoed3gfjlg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com 'sha256-3Q449gWzYzZxQkWSaWhX5FDq71O\/f+a+OonQ9DJ2LDk='; object-src 'self'",
    "manifest_version": 2
}