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”。

擴展截圖

screenshot
screenshot

下載LK Bank USD Rates擴展crx文件

下載LK Bank USD Rates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LK Bank USD Rates LK Bank USD Rates
ID odpahhlfndphekmdgpfacnmnkbnhhhnn
官方網址 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"
    ]
}