IBGSOFT Websocket Connecter

This is Tradingview to Websocket Connecter

IBGSOFT Websocket Connecterคืออะไร?

IBGSOFT Websocket Connecter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ibgsoftowner และคุณลักษณะหลักของมันคือ "This is Tradingview to Websocket Connecter"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IBGSOFT Websocket Connecter

ดาวน์โหลดไฟล์ส่วนขยาย IBGSOFT Websocket Connecter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This app is Connect to Localhost to tradingview(KR).

이 프로그램은 트레이딩뷰와 연결해주는 프로그램입니다.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IBGSOFT Websocket Connecter IBGSOFT Websocket Connecter
ID oncangajnljghfcgkclccldnmegogehk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ibgsoft-websocket-connect/oncangajnljghfcgkclccldnmegogehk
คำอธิบาย This is Tradingview to Websocket Connecter
ขนาดไฟล์ 1.85 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-03
วันที่เผยแพร่ 2020-07-02
ผู้พัฒนา ibgsoftowner
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ibgsoft.com/tradingservice
URL หน้าช่วยเหลือ https://www.ibgsoft.com/tradingservice
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "ko",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/kr.tradingview.com\/",
        "https:\/\/tradingview.com\/",
        "https:\/\/api.telegram.org\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "20": "images\/icon-20.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "images\/notify.png",
        "images\/error.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}