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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |