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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LK Bank USD Rates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |