Voladigi Notifications

Voladigi - Crypto arbitrage shows off desktop notifications.

Voladigi Notifications란 무엇입니까?

Voladigi Notifications은(는) https://voladigi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Voladigi - Crypto arbitrage shows off desktop notifications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Voladigi Notifications 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Voladigi Notifications
ID ciboikhkgoligcefcieadddpgfoolich
공식 URL 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"
    ]
}