Voladigi Notifications
Voladigi - Crypto arbitrage shows off desktop notifications.
什麼是Voladigi Notifications?
Voladigi Notifications是由https://voladigi.com開發的Chrome擴展程式,該擴展的主要功能是“Voladigi - Crypto arbitrage shows off desktop notifications.”。
擴展截圖
下載Voladigi Notifications擴展crx文件
下載Voladigi Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
VOLADIGI - CRYPTO ARBITRAGE COMPARE QUOTES FROM LARGEST CRYPTO EXCHANGES AND EXPLORE ARBITRAGE OPPORTUNITIES Compare competitive prices from major crypto exchanges, such as Bitfinex, kraken, Bittrex and more. You can use this tool to retrieve crypto arbitrage alerts in real-time, using your chrome browser. Set your own personal preferences for arbitrage spread alerts. Stay tuned. More valuable features will be added in the future.
擴展基本資訊
名稱 | Voladigi Notifications |
ID | ciboikhkgoligcefcieadddpgfoolich |
官方網址 | https://chromewebstore.google.com/detail/voladigi-notifications/ciboikhkgoligcefcieadddpgfoolich |
簡介 | Voladigi - Crypto arbitrage shows off desktop notifications. |
檔案大小 | 704 KB |
安裝次數 | 11 |
目前版本 | 1.0.0 |
更新時間 | 2018-12-21 |
上架時間 | 2018-12-21 |
開發者 | https://voladigi.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.voladigi.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-1.6.4.min.js", "jquery.signalR-2.4.0.min.js", "background.js" ], "persistent": true }, "description": "Voladigi - Crypto arbitrage shows off desktop notifications.", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2, "name": "Voladigi Notifications", "short_name": "Voladigi", "options_page": "options.html", "page_action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } }, "permissions": [ "notifications", "http:\/\/173.234.155.130:8080\/*" ], "version": "1.0.0", "web_accessible_resources": [ "48.png" ] } |