Rietumu Digital Sign
Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia).
What is Rietumu Digital Sign?
Rietumu Digital Sign is a Chrome extension developed by Rietumu Banka, and its main feature is "Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia).".
Extension Screenshots
Download Rietumu Digital Sign Extension CRX File
Download Rietumu Digital Sign 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
This Chrome extension allows quick and easy way to digitally sign payments and transactions in iRietumu Internet Banking with your certificate.
Extension Basic Information
Name | Rietumu Digital Sign |
ID | nnnhmfljnhoodgdijcbomakimdnecohd |
Official URL | https://chromewebstore.google.com/detail/rietumu-digital-sign/nnnhmfljnhoodgdijcbomakimdnecohd |
Description | Payment and transaction signing extension for iRietumu, Internet banking of Rietumu Bank (Latvia). |
File Size | 41.88 KB |
Installation Count | 2,269 |
Current Version | 1.3.144 |
Last Updated | 2016-09-07 |
Publish Date | 2016-09-07 |
Rating | 3.50/5 Total 6 Ratings |
Developer | Rietumu Banka |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |