Alfa-Bank RSA
Расширение для подписи RSA
Wat is Alfa-Bank RSA?
Alfa-Bank RSA is een Chrome-extensie ontwikkeld door alfabank.market, en de belangrijkste functie is "Расширение для подписи RSA".
Download het CRX-bestand van de extensie Alfa-Bank RSA
Download Alfa-Bank RSA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | bioihegjlfknjkjiecmffalfjmgdhddf |
Officiële URL | https://chrome.google.com/webstore/detail/alfa-bank-rsa/bioihegjlfknjkjiecmffalfjmgdhddf |
Beschrijving | Расширение для подписи RSA |
Bestandsgrootte | 9.92 KB |
Aantal Installaties | 21,967 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-04-20 |
Publicatiedatum | 2018-04-20 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | alfabank.market |
Betalingswijze | free |
Ondersteunde Talen | 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" } |