HelperAli — Helper for AliExpress™ Affiliate
Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates.
什麼是HelperAli — Helper for AliExpress™ Affiliate?
HelperAli — Helper for AliExpress™ Affiliate是由CodedByHand開發的Chrome擴展程式,該擴展的主要功能是“Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates.”。
擴展截圖
下載HelperAli — Helper for AliExpress™ Affiliate擴展crx文件
下載HelperAli — Helper for AliExpress™ Affiliate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Helper Ali Extension enriches Live Order Tracking page from AliExpress™ Affiliate Portal. Now you can instantly get a commission amount and a country of your affiliates. This extension doesn't require your AliExpress™ credentials and makes queries to the public pages of the AliExpress™ site. AliExpress™ is a registered trademark of the Alibaba.com Hong Kong Limited.
擴展基本資訊
名稱 | HelperAli — Helper for AliExpress™ Affiliate |
ID | aggmhabokofhpdkafcpgcmgecllpfjfe |
官方網址 | https://chromewebstore.google.com/detail/helperali-%E2%80%94-helper-for-al/aggmhabokofhpdkafcpgcmgecllpfjfe |
簡介 | Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates. |
檔案大小 | 442 KB |
安裝次數 | 471 |
目前版本 | 1.1.3 |
更新時間 | 2019-10-28 |
上架時間 | 2019-10-28 |
評分 | 4.23/5 共 13 次評分 |
開發者 | CodedByHand |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/coded-by-hand-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelperAli \u2014 Helper for AliExpress\u2122 Affiliate", "short_name": "HelperAli", "version": "1.1.3", "description": "Get extended country and commission information in your live order tracking reports. Only for AliExpress\u2122 Affiliates.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm", "https:\/\/feedback.aliexpress.com\/display\/evaluationProductDetailAjaxService.htm*" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/index.html", "chrome_style": false }, "web_accessible_resources": [ "css\/style.css", "css\/flag.css", "img\/countryFlags.png", "img\/loading-16x16.gif", "img\/tools.png" ], "externally_connectable": { "matches": [ "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm*" ] }, "content_scripts": [ { "matches": [ "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm*" ], "js": [ "content_scripts\/liveOrders.js" ], "css": [ "css\/style.css", "css\/flag.css" ] }, { "matches": [ "https:\/\/portals.aliexpress.com\/adcenter\/generateUrl.htm" ], "js": [ "content_scripts\/deepali.js" ] } ] } |