Alfa-Bank RSA
Расширение для подписи RSA
Alfa-Bank RSAとは何ですか?
Alfa-Bank RSAはalfabank.marketによって開発されたChromeの拡張機能で、その主な機能は「Расширение для подписи RSA」です。
Alfa-Bank RSA拡張機能のCRXファイルをダウンロード
Alfa-Bank RSA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | bioihegjlfknjkjiecmffalfjmgdhddf |
公式URL | https://chrome.google.com/webstore/detail/alfa-bank-rsa/bioihegjlfknjkjiecmffalfjmgdhddf |
説明 | Расширение для подписи RSA |
ファイルサイズ | 9.92 KB |
インストール数 | 21,967 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-04-20 |
公開日 | 2018-04-20 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | alfabank.market |
支払い方法 | free |
対応言語 | 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" } |