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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } ] } |