Cryptocurrency Price Notification
Allow track cryptocurrency price
Vad är Cryptocurrency Price Notification?
Cryptocurrency Price Notification är en Chrome-tillägg utvecklad av livecode1986one, och dess huvudfunktion är "Allow track cryptocurrency price".
Tilläggsskärmbilder
Ladda ner Cryptocurrency Price Notification-förlängningens CRX-fil
Ladda ner Cryptocurrency Price Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
Grundläggande Information om Tillägg
Namn | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
Officiell webbadress | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
Beskrivning | Allow track cryptocurrency price |
Filstorlek | 788 KB |
Antal Installationer | 63 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2021-04-06 |
Publiceringsdatum | 2021-04-03 |
Utvecklare | livecode1986one |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |