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 là gì?

LK Bank USD Rates là một tiện ích mở rộng Chrome được phát triển bởi Chethiya Kusal, và tính năng chính của nó là "This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LK Bank USD Rates

Tải xuống các tệp mở rộng LK Bank USD Rates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LK Bank USD Rates LK Bank USD Rates
ID odpahhlfndphekmdgpfacnmnkbnhhhnn
URL Chính Thức https://chrome.google.com/webstore/detail/lk-bank-usd-rates/odpahhlfndphekmdgpfacnmnkbnhhhnn
Mô tả This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2022-04-28
Ngày Phát Hành 2021-05-18
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Chethiya Kusal
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.facebook.com/cloudjumpweb
URL Trang Trợ Giúp https://www.facebook.com/cloudjumpweb
URL Trang Chính Sách Bảo Mật https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}