Công cụ đặt hàng Ptite Shop
Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc
Công cụ đặt hàng Ptite Shopとは何ですか?
Công cụ đặt hàng Ptite Shopはduongdd94によって開発されたChromeの拡張機能で、その主な機能は「Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc」です。
拡張機能のスクリーンショット
Công cụ đặt hàng Ptite Shop拡張機能のCRXファイルをダウンロード
Công cụ đặt hàng Ptite Shop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hỗ trợ đặt hàng từ Taobao, Tmall, 1688
拡張機能の基本情報
名前 | Công cụ đặt hàng Ptite Shop |
ID | pdilnhnffgjbboabflgdnpllpknaejep |
公式URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ptite-sh/pdilnhnffgjbboabflgdnpllpknaejep |
説明 | Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc |
ファイルサイズ | 40.53 KB |
インストール数 | 81 |
現在のバージョン | 3.1 |
最終更新日 | 2017-06-05 |
公開日 | 2017-06-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | duongdd94 |
支払い方法 | free |
拡張機能のウェブサイト | https://www.ordertaobaoviet.com/ |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ptite Shop", "version": "3.1", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/world.taobao.com\/item\/*", "http:\/\/world.taobao.com\/item\/*", "https:\/\/detail.1688.com\/offer\/*", "http:\/\/detail.1688.com\/offer\/*", "https:\/\/detail.tmall.com\/item.htm*", "http:\/\/detail.tmall.com\/item.htm*", "https:\/\/world.tmall.com\/item\/*", "http:\/\/world.tmall.com\/item\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/content.js" ], "css": [ "css\/ptite.css" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |