xDEALER.pro
XDEALER.PRO Version6
xDEALER.pro là gì?
xDEALER.pro là một tiện ích mở rộng Chrome được phát triển bởi https://xdealer.pro, và tính năng chính của nó là "XDEALER.PRO Version6".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng xDEALER.pro
Tải xuống các tệp mở rộng xDEALER.pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
XDEALER.PRO 最新バージョンリリースしました。 【新しいFeature】 - 機能微調整 【旧バージョンについて】 - こちらのバージョンはプレビューバージョンです。 - XDEALER.PRO 5.x.x での契約情報(Google Login)を引き継いでおります。 - XDEALER.PRO 5.x.x も現時点そのまま利用できます。 【リリース予定】 - Proバージョンのレポート機能 - Lightバージョンのレポートプレビュー機能 - ASIN収集機能
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | xDEALER.pro |
ID | fhenghaaikkdannghmaapfbngihadgnf |
URL Chính Thức | https://chromewebstore.google.com/detail/xdealerpro/fhenghaaikkdannghmaapfbngihadgnf |
Mô tả | XDEALER.PRO Version6 |
Kích Thước Tệp | 888 KB |
Số Lần Cài Đặt | 2,249 |
Phiên Bản Hiện Tại | 6.0.5 |
Cập Nhật Lần Cuối | 2021-10-14 |
Ngày Phát Hành | 2021-01-06 |
Nhà Phát Triển | https://xdealer.pro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.xdealer.pro |
URL Trang Trợ Giúp | https://www.xdealer.pro |
URL Trang Chính Sách Bảo Mật | https://v5.xdealer.pro/terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xDEALER.pro", "homepage_url": "https:\/\/www.xdealer.pro", "description": "XDEALER.PRO Version6", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/amazon.com\/*", "https:\/\/amazon.com.br\/*", "https:\/\/amazon.ca\/*", "https:\/\/amazon.cn\/*", "https:\/\/amazon.de\/*", "https:\/\/amazon.es\/*", "https:\/\/amazon.fr\/*", "https:\/\/amazon.in\/*", "https:\/\/amazon.it\/*", "https:\/\/amazon.co.jp\/*", "https:\/\/amazon.com.mx\/*", "https:\/\/amazon.co.uk\/*", "https:\/\/amazon.com.au\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com.au\/*" ], "js": [ "js\/jq.js", "js\/contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "xDEALER.pro", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "6.0.5", "content_security_policy": "script-src 'self' ; object-src 'self'" } |