SuperChromePass

Generate secure, per-domain password based on an original master password, with the click of a button

Qu'est-ce que SuperChromePass ?

SuperChromePass est une extension Chrome développée par https://70apps.com, et sa fonction principale est "Generate secure, per-domain password based on an original master password, with the click of a button".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SuperChromePass

Téléchargez les fichiers d'extension SuperChromePass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A SuperGenPass Google Chrome Extension

How It Works

Step 1 Click on the SuperGen­Pass extension button.
Step 2 Type your master password and Enter.
Step 3 Your password is generated and fill on input field.

Do you know SuperGenPass?

SuperGenPass is a useful bookmarklet. You can make unique strong secured password for each websites and No Need to remember. For more information, visit http://supergenpass.com.                    

Informations de Base sur l'Extension

Nom SuperChromePass SuperChromePass
ID dcdaiabaidgglbdapfdaengffpdpicbk
URL Officiel https://chromewebstore.google.com/detail/superchromepass/dcdaiabaidgglbdapfdaengffpdpicbk
Description Generate secure, per-domain password based on an original master password, with the click of a button
Taille du Fichier 91.02 KB
Nombre d'Installations 148
Version Actuelle 3.0.3
Dernière Mise à Jour 2020-05-18
Date de Publication 2020-05-16
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://70apps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.70apps.com/supergenpass/
URL de la Page d'Aide https://www.70apps.com/supergenpass/
Langues Prises en Charge en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "SuperChromePass",
    "options_page": "scp_options.html",
    "options_ui": {
        "page": "scp_options.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3",
    "background": {
        "page": "scp_background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "scp_popup.html",
        "default_title": "SuperChromePass"
    },
    "content_scripts": [
        {
            "css": [
                "css\/scp.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/superchromepass.js",
                "js\/supergenpass.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Generate secure, per-domain password based on an original master password, with the click of a button",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t\/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP\/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB",
    "default_locale": "en"
}