Notopass

Quick Login into logged in session without entering password by simply scanning QR from Notopass app

Notopass क्या है?

Notopass amans.rlx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Login into logged in session without entering password by simply scanning QR from Notopass app"।

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

screenshot
screenshot

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

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

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

                        Quick Login to the logged in  account using  Notopass mobile app. Download the Notopass Mobile App and create a group and authorise for  Services like Netflix, DisneyPlus and many more. Invite your friends to share the account with you without actually knowing your credentials. They just have to scan the QR available in the Plugin from Mobile APP.                    

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

नाम Notopass Notopass
ID aflgedhmmoajjlohmmfgmphpojgpadeb
आधिकारिक URL https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb
विवरण Quick Login into logged in session without entering password by simply scanning QR from Notopass app
फ़ाइल का आकार 86.63 KB
स्थापना संख्या 249
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-05-08
प्रकाशन तिथि 2020-05-08
डेवलपर amans.rlx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notopass",
    "description": "Quick Login into logged in session without entering password by simply scanning QR from Notopass app",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2",
    "icons": {
        "128": "notopass128.png",
        "48": "notopass48.png",
        "16": "notopass16.png"
    },
    "browser_action": {
        "default_icon": "notopass16.png",
        "default_popup": "popup.html"
    }
}