LK Bank USD Rates
This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal
LK Bank USD Rates란 무엇입니까?
LK Bank USD Rates은(는) Chethiya Kusal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal"입니다.
확장 프로그램 스크린샷
LK Bank USD Rates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What's new: * Send's you a notification whenever the rate has been changed. * Removed People's bank from the list because of their website doesn't show currency rates. * UI updates This Add-on shows the exact LKR amount each bank charges from their customers when they do an online payment or exchanging LKR to USD for $1. In the back end, it reads the banks' official websites every half an hour and keeps them in a database so the add on users can get the data so fast.
확장 프로그램 기본 정보
이름 | |
ID | odpahhlfndphekmdgpfacnmnkbnhhhnn |
공식 URL | https://chrome.google.com/webstore/detail/lk-bank-usd-rates/odpahhlfndphekmdgpfacnmnkbnhhhnn |
설명 | This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal |
파일 크기 | 198 KB |
설치 횟수 | 73 |
현재 버전 | 2.3.1 |
최근 업데이트 | 2022-04-28 |
출시 날짜 | 2021-05-18 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | Chethiya Kusal |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.facebook.com/cloudjumpweb |
도움말 페이지 URL | https://www.facebook.com/cloudjumpweb |
개인정보 보호 정책 페이지 URL | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
지원되는 언어 | en |
manifest.json | |
{ "author": "Chethiya Kusal", "action": { "default_popup": "popup-update.html", "default_title": "LK Banks USD Rate" }, "background": { "service_worker": ".\/js\/background.js" }, "description": "This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn9qUnukD\/y83ikQFP1v0cLoekmYrw72PV2edy\/TCEAMYVzlQB8zI1FOj0WThXc30OMiw6DPlNF8ZEVQTp2VacdG16OmD4LazfZc6hRESJYeYkb0hE3\/Cm\/DK0sV1RVyKA+VCa0shPsbEGYRn9ziJMlfbgEYOjRxuLkKIruapS7cbR0IjQWMumhbufJFxZG\/gLzz8pYqanh9zJlF130H+tLbwN5JN7xq3MMea5lRpx3Bdh8ZlAL843GbVbtJFdhZdT6vgRYJzZbAsebTIlfMmtA0ds1M\/lVcZSxcjmMu1WPVB7RzzlK82DrMmSXebO0usa+JiI7wQUqPgshzhTYVYRQIDAQAB", "manifest_version": 3, "name": "LK Bank USD Rates", "host_permissions": [ "*:\/\/*.chethiya-kusal.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.1", "permissions": [ "storage", "alarms", "notifications" ] } |