Wichart

Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.

Qu'est-ce que Wichart ?

Wichart est une extension Chrome développée par Wigroup, et sa fonction principale est "Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wichart

Téléchargez les fichiers d'extension Wichart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Xem nhanh thông tin tài chính, biểu đồ kỹ thuật doanh nghiệp chỉ bằng 1 click trên tất cả các website.                    

Informations de Base sur l'Extension

Nom Wichart Wichart
ID ooglgnoacbnobhgoidaiobhpfemmjjhe
URL Officiel https://chromewebstore.google.com/detail/wichart/ooglgnoacbnobhgoidaiobhpfemmjjhe
Description Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.
Taille du Fichier 47.36 KB
Nombre d'Installations 105
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-08-04
Date de Publication 2020-07-31
Évaluation 5.00/5 Total 7 Évaluations
Développeur Wigroup
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wichart.vn/
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wichart",
    "description": "Xem nhanh th\u00f4ng tin doanh nghi\u1ec7p tr\u00ean s\u00e0n ch\u1ee9ng kho\u00e1n Vi\u1ec7t Nam.",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}