AliOffers - Auto AliExpress Seller Coupons
Best AliExpress Discount Tools to Get Daily coupons from sellers.
什么是AliOffers - Auto AliExpress Seller Coupons?
AliOffers - Auto AliExpress Seller Coupons是由Saxsos Inc开发的Chrome扩展程序,该扩展的主要功能是“Best AliExpress Discount Tools to Get Daily coupons from sellers.”。
扩展截图
下载AliOffers - Auto AliExpress Seller Coupons扩展crx文件
下载AliOffers - Auto AliExpress Seller Coupons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The AliOffers Chrome extension is one of the best shopping extension for Aliexpress users that find offers on AliExpress in automatically. It will search for available coupons and discounts offered by AliExpress sellers whilst you are browsing the store. Just install the extension and on every product page it will automatically start searching for the best coupons and discounts available.
扩展基本信息
名称 | |
ID | bijgdeljbncbhjhmeggalceckjkbldml |
官方URL | https://chrome.google.com/webstore/detail/alioffers-auto-aliexpress/bijgdeljbncbhjhmeggalceckjkbldml |
简介 | Best AliExpress Discount Tools to Get Daily coupons from sellers. |
文件大小 | 1.47 MB |
安装次数 | 90 |
当前版本 | 1.3.2 |
更新时间 | 2020-02-03 |
上架时间 | 2020-01-29 |
评分 | 5.00/5 共3次评分 |
开发者 | Saxsos Inc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.saxsos.xyz/ |
帮助页面URL | https://www.saxsos.xyz/p/contact-us.html |
隐私政策页面URL | https://leadstal.com/privacy-policy |
支持的语言 | en,fr,es,it,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliOffers - Auto AliExpress Seller Coupons", "description": "Best AliExpress Discount Tools to Get Daily coupons from sellers.", "version": "1.3.2", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/128x128.png", "128": "images\/128x128.png", "256": "images\/256x256.png" } }, "icons": { "16": "images\/[email protected]", "48": "images\/128x128.png", "128": "images\/128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript_curated_pages.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "activeTab", "tabs", "*:\/\/*.aliexpress.com\/*", "management", "storage", "webRequest", "webRequestBlocking", "contextMenus" ] } |