TZWebChartWindow
TZWebChart Chrome Extension
ما هو TZWebChartWindow؟
TZWebChartWindow هو إضافة Chrome تم تطويرها بواسطة http://www.tradezone.com.br، والميزة الرئيسية لها هي "TZWebChart Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TZWebChartWindow
قم بتنزيل ملفات الامتداد TZWebChartWindow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | http://www.tradezone.com.br |
عنوان صفحة سياسة الخصوصية | 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" ] } |