코인퐁 (업비트)

코인퐁(업비트) 암호화폐 시세조회 알리미

What is 코인퐁 (업비트)?

코인퐁 (업비트) is a Chrome extension developed by https://coinupndown.com, and its main feature is "코인퐁(업비트) 암호화폐 시세조회 알리미".

Extension Screenshots

screenshot

Download 코인퐁 (업비트) Extension CRX File

Download 코인퐁 (업비트) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        업비트 거래소의 비트코인 BTC, 이더리움 ETH, 리플 XRP, 비트코인캐시 BCH 및 그 밖의 190여개 이상의 글로벌 통화와 같은 암호화폐를 모니터링 해보세요. 
코인퐁(Coin Pong)을 사용하면 원하는 가격을 설정해 놓으면 해당 설정 가격에 도달 시 알림을 통해 알려주는 기능을 모두 무료로 사용할 수 있습니다.
이제 잠시 자리를 비우거나 PC를 떠나 있을 때에도 코인퐁(Coin Pong)의 지정가 알림을 통한 편리한 트레이딩이 가능합니다.                    

Extension Basic Information

Name 코인퐁 (업비트) 코인퐁 (업비트)
ID mlinedbinanceojhkjgfaocenamdjnok
Official URL https://chromewebstore.google.com/detail/%EC%BD%94%EC%9D%B8%ED%90%81-%EC%97%85%EB%B9%84%ED%8A%B8/mlinedbinanceojhkjgfaocenamdjnok
Description 코인퐁(업비트) 암호화폐 시세조회 알리미
File Size 236 KB
Installation Count 29
Current Version 1.1.1
Last Updated 2022-04-06
Publish Date 2022-03-31
Rating 5.00/5 Total 1 Ratings
Developer https://coinupndown.com
Email [email protected]
Payment Type free
Extension Website http://www.coinupndown.com
Help Page URL http://coinupndown.com/bbs/qalist.php
Privacy Policy Page URL https://www.coinupndown.com/bbs/page.php?hid=privacy
Supported Languages ko
manifest.json
{
    "name": "\ucf54\uc778\ud401 (\uc5c5\ube44\ud2b8)",
    "description": "\ucf54\uc778\ud401(\uc5c5\ube44\ud2b8) \uc554\ud638\ud654\ud3d0 \uc2dc\uc138\uc870\ud68c \uc54c\ub9ac\ubbf8",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "res\/js\/common.js",
            "res\/js\/jquery.js",
            "res\/js\/responsivevoice.js",
            "res\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/img\/logo_128.png",
        "default_popup": "popup.html",
        "default_title": "\ucf54\uc778\ud401(\uc5c5\ube44\ud2b8) \uc554\ud638\ud654\ud3d0 \uc2dc\uc138\uc870\ud68c \uc54c\ub9ac\ubbf8"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.upbit.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/home*",
                "*:\/\/*\/full_chart*"
            ],
            "run_at": "document_start",
            "css": [
                "res\/css\/common.css",
                "res\/css\/pages.css"
            ],
            "js": [
                "res\/js\/common.js",
                "res\/js\/jquery.js",
                "res\/js\/jquery.bxslider.min.js",
                "res\/js\/pages.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self'",
    "icons": {
        "128": "res\/img\/logo_128.png",
        "16": "res\/img\/logo_16.png",
        "48": "res\/img\/logo_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "tabs",
        "background",
        "storage",
        "https:\/\/*.upbit.com\/*",
        "https:\/\/api.ipify.org\/*",
        "https:\/\/www.coinupndown.com:8083\/cp\/*"
    ],
    "web_accessible_resources": [
        "res\/img\/*",
        "res\/css\/*",
        "res\/js\/*",
        "res\/mid\/*",
        "pages_inc_pannel.html"
    ],
    "short_name": "CoinPong",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}