Easy AliExpress Cashback
Start earning up to 8% cash-back on every single thing you order on AliExpress
Easy AliExpress Cashbackとは何ですか?
Easy AliExpress CashbackはTLGによって開発されたChromeの拡張機能で、その主な機能は「Start earning up to 8% cash-back on every single thing you order on AliExpress」です。
拡張機能のスクリーンショット
Easy AliExpress Cashback拡張機能のCRXファイルをダウンロード
Easy AliExpress Cashback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start earning 8% cashback on all your AliExpress orders. With our Easy AliExpress Cashback extension you'll automatically earn 8% of your purchases on AliExpress back. This can be paid directly to your account weekly! Start saving money today with our free extension. - Add your deeplink to the extension (instructions included) - Shop as you usually would - Cashback is automatically applied - Get paid weekly
拡張機能の基本情報
名前 | Easy AliExpress Cashback |
ID | kbflaodboafkgnbcdneooijlhipljmia |
公式URL | https://chromewebstore.google.com/detail/easy-aliexpress-cashback/kbflaodboafkgnbcdneooijlhipljmia |
説明 | Start earning up to 8% cash-back on every single thing you order on AliExpress |
ファイルサイズ | 116 KB |
インストール数 | 43 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-09-25 |
公開日 | 2019-09-25 |
開発者 | TLG |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.dropified.com/terms-of-service |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy AliExpress Cashback", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "short_name": "__MSG_appName__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/libs\/jquery.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/www.mixfunnels.com\/extauth\/auth", "webRequest", "webRequestBlocking" ] } |