ETSY Reviews Downloader
Download Etsy Product Reviews Automatically!
Apa itu ETSY Reviews Downloader?
ETSY Reviews Downloader adalah ekstensi Chrome yang dikembangkan oleh etsy-review-group, dan fitur utamanya adalah "Download Etsy Product Reviews Automatically!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ETSY Reviews Downloader
Unduh file ekstensi ETSY Reviews Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Etsy reviews request tool to export & manage product reviews! Always wanted to export reviews from your store or download reviews from any listing? This extension grants you that ability in no time. Etsy Reviews Downloader also shows you all of your product reviews. The reviews are exported into a CSV file where you will be able to view the data such as name, review, Number of stars, date, etc. The world is your oyster and anything is possible with Etsy Reviews Downloader!
Informasi Dasar Ekstensi
Nama | ETSY Reviews Downloader |
ID | dniafknokcjbjibllhpiekpeignbcmkl |
URL Resmi | https://chromewebstore.google.com/detail/etsy-reviews-downloader/dniafknokcjbjibllhpiekpeignbcmkl |
Deskripsi | Download Etsy Product Reviews Automatically! |
Ukuran File | 42.38 KB |
Jumlah Instalasi | 494 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2023-02-02 |
Tanggal Publikasi | 2022-03-14 |
Penilaian | 2.93/5 Total 14 Penilaian |
Pengembang | etsy-review-group |
[email protected] | |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETSY Reviews Downloader", "version": "1.5", "description": "Download Etsy Product Reviews Automatically!", "manifest_version": 3, "action": { "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/100.png" }, "default_title": "ETSY Reviews Downloader", "default_popup": "html\/login.html" }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/100.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/etsyreviews.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.etsyreviews.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "include_globs": [ "*listing*" ], "js": [ "js\/etsyDownloader.js" ] }, { "matches": [ "*:\/\/*.etsyreviews.com\/subscribe-with-paypal*" ], "js": [ "js\/subscription.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/icons\/cancel.png", "images\/icons\/save.png", "images\/icons\/loading.gif" ], "matches": [ " |