Aliexpress Analyzer
This extension can help you view information and historical data trends of AliExpress stores and their products.
Aliexpress Analyzer란 무엇입니까?
Aliexpress Analyzer은(는) ixspy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can help you view information and historical data trends of AliExpress stores and their products."입니다.
확장 프로그램 스크린샷
Aliexpress Analyzer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Aliexpress tool for E-commerce sellers and Dropshippers. Aliexpress Analyzer is the No.1 Aliexpress analysis extension that help you quickly analyze store and product information, understand the recent trends of competitors, and further explore products through various unique functions. --------------------------------------------------------------------------------------------------------------------------------- What functions does this extension has? Product/store basic information Quickly understand their basic information when browsing stores and products on the AliExpress official website. Store: open time, positive feedback, reviews, favorites; Product: category, TOP 3 countries, price, rate, orders, reviews, favorites, launched time, 7 days selling info, package size and weight. Variety of trend charts The year-long sales, comments, and collection trend charts can help you account for the recent expressions of target products and stores, allowing you to quickly tap product potential and analyze competitors Product list 7-day sales data Quickly view the data performance of related products in the past 7 days on the product list page of each category or store, and help you quickly locate your favorite products Download images and videos by one-click When you find the product you like, you can easily click and download the product video, main picture, SKU picture and description picture unlimitedly. Search by Image on Aliexpress Click on the red magnifying glass icon in the lower right corner of the product picture to open the image search and quickly find the same product Regional pricing research Query the prices of different SKUs of products in various countries, as well as the shipping costs and shipping methods of each delivery warehouse to these countries Buyer show View photos of buyers show, and download these photos with IXSPY data platform --------------------------------------------------------------------------------------------------------------------------------- How to use it? Just install the extension with Chrome browser, visit aliexpress.com, and it will show all things for you. --------------------------------------------------------------------------------------------------------------------------------- As the best alternative of Aliniche、Alihunter、AliInsider、AliSave、AliScraper, Aliexpress Analyzer is your best partner for your E-commerce business. Try it now! For more Aliexpress products and stores analysis, please visit https://ixspy.com
확장 프로그램 기본 정보
이름 | Aliexpress Analyzer |
ID | dgldejonobpbjpaahflfadgmohodnmci |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-analyzer/dgldejonobpbjpaahflfadgmohodnmci |
설명 | This extension can help you view information and historical data trends of AliExpress stores and their products. |
파일 크기 | 2.07 MB |
설치 횟수 | 14,457 |
현재 버전 | 1.7.1 |
최근 업데이트 | 2024-01-02 |
출시 날짜 | 2020-12-24 |
평점 | 4.57/5 총 14 개의 평점 |
개발자 | ixspy.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ixspy.com/private |
지원되는 언어 | de,en,fr,es,pt-BR,pt-PT,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Aliexpress Analyzer", "version": "1.7.1", "description": "This extension can help you view information and historical data trends of AliExpress stores and their products.", "author": "ixspy", "default_locale": "en", "icons": { "48": "img\/smt.png", "128": "img\/smt.png" }, "devtools_page": "html\/devtools.html", "permissions": [ "tabs", "downloads", "cookies", "storage", "notifications" ], "host_permissions": [ "http:\/\/ali.com\/*", "https:\/\/*.ixspy.com\/*", "https:\/\/*.ixspy.cn\/*", "https:\/\/ixspy.com\/*", "http:\/\/aliexpress.int.ixspy.com\/*", "https:\/\/user.ixspy.com\/*", "https:\/\/www.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.aliexpress.us\/*", "*:\/\/*.ixspy.com\/*", "https:\/\/sycm.aliexpress.com\/*", "https:\/\/csp.aliexpress.com\/*" ], "action": { "default_icon": "img\/smt.png" }, "content_scripts": [ { "exclude_matches": [ "https:\/\/dchain-web.aliexpress.com\/*", "https:\/\/gsp.aliexpress.com\/*", "https:\/\/seller.aliexpress.com\/*" ], "matches": [ "https:\/\/www.aliexpress.com\/*", "https:\/\/aliexpress.ru\/*", "https:\/\/www.aliexpress.ru\/*", "https:\/\/aliexpress.us\/*", "https:\/\/www.aliexpress.us\/*", "https:\/\/*.aliexpress.com\/store\/*", "https:\/\/*.aliexpress.ru\/store\/*", "https:\/\/*.aliexpress.us\/store\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/fr.aliexpress.com\/*", "https:\/\/es.aliexpress.com\/*", "https:\/\/pt.aliexpress.com\/*", "https:\/\/de.aliexpress.com\/*", "https:\/\/it.aliexpress.com\/*", "https:\/\/nl.aliexpress.com\/*", "https:\/\/tr.aliexpress.com\/*", "https:\/\/ja.aliexpress.com\/*", "https:\/\/ko.aliexpress.com\/*", "https:\/\/th.aliexpress.com\/*", "https:\/\/vi.aliexpress.com\/*", "https:\/\/ar.aliexpress.com\/*", "https:\/\/he.aliexpress.com\/*", "https:\/\/pl.aliexpress.com\/*", "https:\/\/id.aliexpress.com\/*", "https:\/\/ixspy-cn.oss-cn-hangzhou.aliyuncs.com\/*", "https:\/\/sycm.aliexpress.com\/*", "https:\/\/csp.aliexpress.com\/*" ], "js": [ "js\/category.js", "js\/jquery.js", "js\/echarts.min.js", "js\/words.js", "js\/common_func.js", "js\/content_script_convey.js", "js\/content_script_dom.js", "js\/appendSmAndTj.js", "js\/longWords.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "js\/jquery.js", "js\/xhr.js", "js\/exten.cookie.js", "js\/xlsx.full.min.js", "js\/common_func.js", "js\/bootstrap.min.js", "js\/words.js", "js\/echarts.min.js", "js\/jszip.js", "js\/filesaver.js", "css\/bootstrap.min.css", "css\/plugin.css", "img\/*.png", "img\/loading_gif.gif", "fonts\/glyphicons-halflings-regular.ttf", "fonts\/glyphicons-halflings-regular.woff2", "fonts\/glyphicons-halflings-regular.woff", "js\/inject_web.js" ], "matches": [ "https:\/\/www.aliexpress.com\/*", "https:\/\/aliexpress.ru\/*", "https:\/\/www.aliexpress.ru\/*", "https:\/\/aliexpress.us\/*", "https:\/\/www.aliexpress.us\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/fr.aliexpress.com\/*", "https:\/\/es.aliexpress.com\/*", "https:\/\/pt.aliexpress.com\/*", "https:\/\/de.aliexpress.com\/*", "https:\/\/it.aliexpress.com\/*", "https:\/\/nl.aliexpress.com\/*", "https:\/\/tr.aliexpress.com\/*", "https:\/\/ja.aliexpress.com\/*", "https:\/\/ko.aliexpress.com\/*", "https:\/\/th.aliexpress.com\/*", "https:\/\/vi.aliexpress.com\/*", "https:\/\/ar.aliexpress.com\/*", "https:\/\/he.aliexpress.com\/*", "https:\/\/pl.aliexpress.com\/*" ], "extension_ids": [] } ] } |