AliExpress Reviews Exporter | CSV & Images
Download AliExpress product reviews to your computer. Export comments, ratings and images.
Qu'est-ce que AliExpress Reviews Exporter | CSV & Images ?
AliExpress Reviews Exporter | CSV & Images est une extension Chrome développée par https://mxnpro.ovh, et sa fonction principale est "Download AliExpress product reviews to your computer. Export comments, ratings and images.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AliExpress Reviews Exporter | CSV & Images
Téléchargez les fichiers d'extension AliExpress Reviews Exporter | CSV & Images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AliExpress Reviews Exporter | CSV & Images |
ID | glnajkhggmbljlcafknlkcihcheoankc |
URL Officiel | https://chromewebstore.google.com/detail/aliexpress-reviews-export/glnajkhggmbljlcafknlkcihcheoankc |
Description | Download AliExpress product reviews to your computer. Export comments, ratings and images. |
Taille du Fichier | 330 KB |
Nombre d'Installations | 3,169 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2023-02-03 |
Date de Publication | 2020-04-06 |
Évaluation | 2.00/5 Total 10 Évaluations |
Développeur | https://mxnpro.ovh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.mxnpro.ovh/ |
URL de la Page de Politique de Confidentialité | https://mxnpro.ovh/privacy |
Langues Prises en Charge | 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" } } |