GMP

Generate Me Password chrome extension

Qu'est-ce que GMP ?

GMP est une extension Chrome développée par 3axap4eHko, et sa fonction principale est "Generate Me Password chrome extension".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension GMP 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

                        # Generate Me Password

## Details

Password generator generates a persistent passwords for you based on Secure Hash Algorithm SHA512 and custom encoding.
Uses current page URL, password size, password expiration period, your credentials and provided GEO coordinates for generation very strong persistent password.
Persistent password is a strong password with same generation value for the same input parameters.
Automatically clears clipboard.

## License

Copyright (c) 2016-2017 Zakharchanka (3axap4eHko) Ivan

Creative Commons Attribution 4.0 International License

https://creativecommons.org/licenses/by/4.0/legalcode                    

Informations de Base sur l'Extension

Nom GMP GMP
ID lghchjpnonkjgcofdgclcpnooaggdoje
URL Officiel https://chromewebstore.google.com/detail/gmp/lghchjpnonkjgcofdgclcpnooaggdoje
Description Generate Me Password chrome extension
Taille du Fichier 217 KB
Nombre d'Installations 69
Version Actuelle 2.2.0
Dernière Mise à Jour 2017-05-13
Date de Publication 2017-05-12
Évaluation 4.50/5 Total 2 Évaluations
Développeur 3axap4eHko
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/3axap4eHko/gmp
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "3axap4eHko",
    "version": "2.2.0",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "GMP",
    "short_name": "OWA Pro",
    "description": "Generate Me Password chrome extension",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "web_accessible_resources": [
        "images\/icon_128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: filesystem: chrome-extension-resource: https:\/\/*.google.com\/ https:\/\/*.googleapis.com\/; object-src 'none'",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "",
        "activeTab",
        "tabs",
        "geolocation",
        "background"
    ],
    "background": {
        "page": "background.html"
    }
}