Alfa-Bank RSA
Расширение для подписи RSA
What is Alfa-Bank RSA?
Alfa-Bank RSA is a Chrome extension developed by alfabank.market, and its main feature is "Расширение для подписи RSA".
Download Alfa-Bank RSA Extension CRX File
Download Alfa-Bank RSA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | bioihegjlfknjkjiecmffalfjmgdhddf |
Official URL | https://chrome.google.com/webstore/detail/alfa-bank-rsa/bioihegjlfknjkjiecmffalfjmgdhddf |
Description | Расширение для подписи RSA |
File Size | 9.92 KB |
Installation Count | 21,967 |
Current Version | 1.0.1 |
Last Updated | 2018-04-20 |
Publish Date | 2018-04-20 |
Rating | 4.00/5 Total 1 Ratings |
Developer | alfabank.market |
Payment Type | free |
Supported Languages | 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" } |