Wichart
Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.
Wichartとは何ですか?
WichartはWigroupによって開発されたChromeの拡張機能で、その主な機能は「Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.」です。
拡張機能のスクリーンショット
Wichart拡張機能のCRXファイルをダウンロード
Wichart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Wichart |
ID | ooglgnoacbnobhgoidaiobhpfemmjjhe |
公式URL | https://chromewebstore.google.com/detail/wichart/ooglgnoacbnobhgoidaiobhpfemmjjhe |
説明 | Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam. |
ファイルサイズ | 47.36 KB |
インストール数 | 105 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-08-04 |
公開日 | 2020-07-31 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Wigroup |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://wichart.vn/ |
対応言語 | 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 } } |