TZWebChartWindow

TZWebChart Chrome Extension

TZWebChartWindow란 무엇입니까?

TZWebChartWindow은(는) http://www.tradezone.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TZWebChart Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Possibilita o uso do Tradezone WebChart para clientes que usam o Google Chrome. 
Através de uma aplicação Out of Browser,  instalada a partir do site do Tradezone - IT Evolution.
Ao se instalar a extensão e navegar para o site do web chart tradezone, a partir da corretora, um passo a passo guiará o usuário.
Video demonstrando o processo:https://www.youtube.com/watch?v=1PMXQg_iKwo

Enables Tradezone WebChart to be used for customers using Google Chrome.
Through an Out of Browser application, installed from the Tradezone - IT Evolution website.
By installing the extension and navigating to the web site tradezone chart, from the brokerage, a step by step guide will guide the user.
Video demonstrating the process:https://www.youtube.com/watch?v=1PMXQg_iKwo                    

확장 프로그램 기본 정보

이름 TZWebChartWindow TZWebChartWindow
ID nmdhbmdklokcmpmcegmbfehjencmbeab
공식 URL https://chrome.google.com/webstore/detail/tzwebchartwindow/nmdhbmdklokcmpmcegmbfehjencmbeab
설명 TZWebChart Chrome Extension
파일 크기 5.54 KB
설치 횟수 200,000
현재 버전 1.5
최근 업데이트 2021-01-22
출시 날짜 2019-07-01
평점 2.44/5 총 320 개의 평점
개발자 http://www.tradezone.com.br
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.tradezone.com.br
도움말 페이지 URL http://www.tradezone.com.br
개인정보 보호 정책 페이지 URL http://tradezone.com.br/Empresa_Privacidade.aspx
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TZWebChartWindow",
    "version": "1.5",
    "manifest_version": 2,
    "description": "TZWebChart Chrome Extension",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "nativeMessaging"
    ]
}