Alfa-Bank RSA

Расширение для подписи RSA

Qu'est-ce que Alfa-Bank RSA ?

Alfa-Bank RSA est une extension Chrome développée par alfabank.market, et sa fonction principale est "Расширение для подписи RSA".

Télécharger le fichier CRX de l'extension Alfa-Bank RSA

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

                                            

Informations de Base sur l'Extension

Nom Alfa-Bank RSA Alfa-Bank RSA
ID bioihegjlfknjkjiecmffalfjmgdhddf
URL Officiel https://chrome.google.com/webstore/detail/alfa-bank-rsa/bioihegjlfknjkjiecmffalfjmgdhddf
Description Расширение для подписи RSA
Taille du Fichier 9.92 KB
Nombre d'Installations 21,967
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-04-20
Date de Publication 2018-04-20
Évaluation 4.00/5 Total 1 Évaluations
Développeur alfabank.market
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "name": "Alfa-Bank RSA",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0438 RSA",
    "homepage_url": "https:\/\/link.alfabank.ru\/",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.alfabank.ru\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "48": "alfabank-logo.png",
        "128": "alfabank-logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mytestapp\/*",
                "*:\/\/*.alfabank.ru\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}