Aliexpress Cheaper Finder
Aliexpress Cheaper Finder
Aliexpress Cheaper Finder là gì?
Aliexpress Cheaper Finder là một tiện ích mở rộng Chrome được phát triển bởi Rovalty, và tính năng chính của nó là "Aliexpress Cheaper Finder".
Ả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 Aliexpress Cheaper Finder
Tải xuống các tệp mở rộng Aliexpress Cheaper Finder 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
Aliexpress Cheaper Finder is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price. Just click on the orange button and you will instantly know if it’s cheaper elsewhere. You can also click on "Find more like this" and continue the search from results. Happy shopping! :) Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | edjjnpocoicnopphifekmmplpkmnagnk |
URL Chính Thức | https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk |
Mô tả | Aliexpress Cheaper Finder |
Kích Thước Tệp | 705 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 3.1.5 |
Cập Nhật Lần Cuối | 2020-04-29 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rovalty |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.saxsos.xyz/ |
URL Trang Trợ Giúp | https://www.saxsos.xyz/p/contact-us.html |
URL Trang Chính Sách Bảo Mật | https://www.saxsos.xyz/p/policy-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress Cheaper Finder", "description": "__MSG_extDescr__", "version": "3.1.5", "manifest_version": 2, "background": { "scripts": [ "js\/ga.js", "js\/libs\/jquery-2.2.4.min.js", "js\/listeners.js", "js\/redirect.js", "js\/history.js", "js\/request.js", "js\/parser.js", "js\/bg.js" ] }, "default_locale": "en", "web_accessible_resources": [ "img\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/libs\/jquery-2.2.4.min.js", "js\/parser.js", "js\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Aliexpress Cheaper Finder" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "history", "webRequest", "webRequestBlocking" ] } |