Voladigi Notifications

Voladigi - Crypto arbitrage shows off desktop notifications.

Voladigi Notifications là gì?

Voladigi Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://voladigi.com, và tính năng chính của nó là "Voladigi - Crypto arbitrage shows off desktop notifications.".

Ả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 Voladigi Notifications

Tải xuống các tệp mở rộng Voladigi Notifications 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

                        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.                    

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

Tên Voladigi Notifications Voladigi Notifications
ID ciboikhkgoligcefcieadddpgfoolich
URL Chính Thức https://chromewebstore.google.com/detail/voladigi-notifications/ciboikhkgoligcefcieadddpgfoolich
Mô tả Voladigi - Crypto arbitrage shows off desktop notifications.
Kích Thước Tệp 704 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-12-21
Ngày Phát Hành 2018-12-21
Nhà Phát Triển https://voladigi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.voladigi.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}