Leaser MagiConnect

Connect to your service without using the password.

Τι είναι το Leaser MagiConnect;

Το Leaser MagiConnect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leaser.in, και η κύρια λειτουργία του είναι "Connect to your service without using the password.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Leaser MagiConnect

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

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

                        Leaser MagiConnect is a part of Leaser ecosystem. With this extension, user can log on to their purchased service without knowing the credentials of the service. The sole purpose of this extension to make the user experience as smooth as possible.                    

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

Όνομα Leaser MagiConnect Leaser MagiConnect
ID nknhgalkkclpomjnpibnphcklcmabcjg
Επίσημο URL https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg
Περιγραφή Connect to your service without using the password.
Μέγεθος Αρχείου 2.7 MB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2021-11-25
Ημερομηνία Δημοσίευσης 2021-10-26
Προγραμματιστής https://leaser.in
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.leaser.in/
Διεύθυνση URL της Σελίδας Βοήθειας https://leaser.in/about_us
URL της Σελίδας Πολιτικής Απορρήτου https://leaser.in/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leaser MagiConnect",
    "description": "Connect to your service without using the password.",
    "short_name": "Leaser MagiConnect",
    "version": "1.7",
    "icons": {
        "512": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "popup\/index.html"
    ],
    "content_security_policy": "default-src 'self' https:\/\/api.leaser.in; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:"
}