AliExpress Reviews Exporter | CSV & Images
Download AliExpress product reviews to your computer. Export comments, ratings and images.
什么是AliExpress Reviews Exporter | CSV & Images?
AliExpress Reviews Exporter | CSV & Images是由https://mxnpro.ovh开发的Chrome扩展程序,该扩展的主要功能是“Download AliExpress product reviews to your computer. Export comments, ratings and images.”。
扩展截图
下载AliExpress Reviews Exporter | CSV & Images扩展crx文件
下载AliExpress Reviews Exporter | CSV & Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Export AliExpress product reviews to CSV format. ▬▬▬▬ GETTING STARTED ▬▬▬▬▬ 1. Install the extension by clicking the “Add to chrome” button. 2. Open an AliExpress product page. 3. Open the extension and start downloading ! ▬▬▬▬▬ FEATURES ▬▬▬▬▬ FREE version: - Download product reviews to CSV PRO version: - Unlimited review downloads - Download review images - Filter by stars rating - Translate comments - Other filters
扩展基本信息
名称 | AliExpress Reviews Exporter | CSV & Images |
ID | glnajkhggmbljlcafknlkcihcheoankc |
官方URL | https://chromewebstore.google.com/detail/aliexpress-reviews-export/glnajkhggmbljlcafknlkcihcheoankc |
简介 | Download AliExpress product reviews to your computer. Export comments, ratings and images. |
文件大小 | 330 KB |
安装次数 | 3,169 |
当前版本 | 1.1.4 |
更新时间 | 2023-02-03 |
上架时间 | 2020-04-06 |
评分 | 2.00/5 共10次评分 |
开发者 | https://mxnpro.ovh |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.mxnpro.ovh/ |
隐私政策页面URL | https://mxnpro.ovh/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliExpress Reviews Exporter | CSV & Images", "short_name": "AliExpress Reviews Exporter", "version": "1.1.4", "description": "Download AliExpress product reviews to your computer. Export comments, ratings and images.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab", "downloads", "webRequest", "webRequestBlocking", "https:\/\/*.alicdn.com\/*", "https:\/\/*.aliexpress.com\/item\/*", "https:\/\/*.aliexpress.com\/store\/product\/*", "https:\/\/*.aliexpress.com\/i\/*", "https:\/\/*.aliexpress.us\/item\/*", "https:\/\/*.aliexpress.us\/store\/product\/*", "https:\/\/*.aliexpress.us\/i\/*", "https:\/\/*.aliexpress.ru\/item\/*", "https:\/\/*.aliexpress.ru\/store\/product\/*", "https:\/\/*.aliexpress.ru\/i\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/aliexpress-reviews-exporter.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |