Saturation Doctor
Saturation Doctor
Saturation Doctor là gì?
Saturation Doctor là một tiện ích mở rộng Chrome được phát triển bởi SaturationDoctor, và tính năng chính của nó là "Saturation Doctor".
Ả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 Saturation Doctor
Tải xuống các tệp mở rộng Saturation Doctor 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
Our free AI powered chrome extension analyzes any Aliexpress.com product you are viewing in real time. Our algorithm searches the internet for stores selling this product on: Shopify, Amazon, Ebay, and other popular ecommerce platforms. Providing you with a unique score for determining whether you should sell it in your store or not.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Saturation Doctor |
ID | libhomjlepkocjgjpgolfiahecffmlad |
URL Chính Thức | https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad |
Mô tả | Saturation Doctor |
Kích Thước Tệp | 376 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-12-20 |
Ngày Phát Hành | 2020-12-20 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | SaturationDoctor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.saturatiod.com |
URL Trang Trợ Giúp | https://www.saturatiod.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saturation Doctor", "version": "1.0", "description": "Saturation Doctor", "manifest_version": 2, "permissions": [ "https:\/\/www.aliexpress.com\/*", "https:\/\/chrome.google.com\/*", "storage", "unlimitedStorage", "cookies", "https:\/\/www.saturationd.com\/*" ], "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Saturation Doctor" }, "minimum_chrome_version": "14", "content_scripts": [ { "matches": [ "https:\/\/www.aliexpress.com\/item\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "jquery-3.5.1.min.js", "js\/toastr.min.js", "content_script.js" ] } ], "icons": { "19": "icon19.png" } } |