Aliexpress Coupons
Easy way to apply discount coupons on Aliexpress
Aliexpress Coupons là gì?
Aliexpress Coupons là một tiện ích mở rộng Chrome được phát triển bởi Ali Cupons, và tính năng chính của nó là "Easy way to apply discount coupons on Aliexpress".
Ả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 Coupons
Tải xuống các tệp mở rộng Aliexpress Coupons 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
The extension tries to apply all available discount coupons for AliExpress ™ checkout page. Never miss an opportunity to apply a discount for your purchases on the favorite website! There are tons of coupons for AliExpress ™. Many of them do not work at all. It is exhausting to try them all. This extension solves this issue! By installing the Ali Coupons Chrome extension, you accept the terms of the «User Agreement» and allow redirecting you to the links of the affiliate program AliExpress. *Ali, Ali Express and AliExpress is a trademark of Alibaba Group Holding Limited. Use of this trademark is subject to AliExpress Affiliate Program Service Agreement.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aliexpress Coupons |
ID | bhcdnkhpbgbkhebemnifijfibpofflga |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-coupons/bhcdnkhpbgbkhebemnifijfibpofflga |
Mô tả | Easy way to apply discount coupons on Aliexpress |
Kích Thước Tệp | 38.02 KB |
Số Lần Cài Đặt | 15,191 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2022-03-26 |
Ngày Phát Hành | 2021-10-23 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Ali Cupons |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bit.ly/3Iz8LKB |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon128.png", "default_popup": "\/default_popup\/popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "webRequest", "webRequestBlocking" ], "version": "1.0.0.1", "web_accessible_resources": [ "\/img\/loading.gif" ] } |