Rietumu Digital Sign
Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia).
Rietumu Digital Signとは何ですか?
Rietumu Digital SignはRietumu Bankaによって開発されたChromeの拡張機能で、その主な機能は「Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia).」です。
拡張機能のスクリーンショット
Rietumu Digital Sign拡張機能のCRXファイルをダウンロード
Rietumu Digital Sign拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension allows quick and easy way to digitally sign payments and transactions in iRietumu Internet Banking with your certificate.
拡張機能の基本情報
名前 | Rietumu Digital Sign |
ID | nnnhmfljnhoodgdijcbomakimdnecohd |
公式URL | https://chromewebstore.google.com/detail/rietumu-digital-sign/nnnhmfljnhoodgdijcbomakimdnecohd |
説明 | Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia). |
ファイルサイズ | 41.88 KB |
インストール数 | 2,269 |
現在のバージョン | 1.3.144 |
最終更新日 | 2016-09-07 |
公開日 | 2016-09-07 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Rietumu Banka |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkuILX0XHtsTCkEo1H4xNFY18xPVuL+AWSJWPF0fDGrHO2DmGi21G92QKeGSYwdCKqYJ3cqlH5UImFwIsw6D1UVi+TSSWweOoHvJMtLT\/HJPBCrpO39OR8tcC\/g\/jGiRL\/kutpxrbElxlhwfv4g9u0HRaN+R2byPE\/qcAYpUcEjgANqNxD2c6pmsjlbaLt\/ZLrhNQiKQWPFGBAM94ZFwIPjFSgazXnvSvDiw2P+kyiozwd7D8\/9iGgzzM1e2d1jtmdgZ7ZrsD63dG4mlyRjRayLjzfNgIHqSZtXcJphVphXUm+dRIEK+2sIW60j+90s7qlIhWrqDunw6HtayfEi512wIDAQAB", "manifest_version": 2, "name": "Rietumu Digital Sign", "description": "Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia).", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "version": "1.3.144", "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/32.png" }, "default_popup": "popup.html" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.rietumu.com\/*", "*:\/\/*.rietumu.lv\/*", "*:\/\/*.rietumu.ru\/*" ] }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.rietumu.com\/*", "*:\/\/*.rietumu.lv\/*", "*:\/\/*.rietumu.ru\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "api.js", "sha256.js", "xmldsig.js" ] } |