Notopass

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

Apa itu Notopass?

Notopass adalah ekstensi Chrome yang dikembangkan oleh amans.rlx, dan fitur utamanya adalah "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Notopass

Unduh file ekstensi Notopass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Notopass Notopass
ID aflgedhmmoajjlohmmfgmphpojgpadeb
URL Resmi https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb
Deskripsi Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Ukuran File 86.63 KB
Jumlah Instalasi 249
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-05-08
Tanggal Publikasi 2020-05-08
Pengembang amans.rlx
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}