Etsy Download

Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click

什么是Etsy Download?

Etsy Download是由savemyday666开发的Chrome扩展程序,该扩展的主要功能是“Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click”。

扩展截图

screenshot

下载Etsy Download扩展crx文件

下载Etsy Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download images,photos,pictures and videos from gallery and variations for Etsy Product and export to Excel with one click

Etsy is a great platform for purchasing products online. However, sometimes you may want to download the images and videos of the products you are interested in. Here are the features of Etsy Download:you can download pictures and videos from Etsy Product listings just One click, and export photos and videos to Excel document(*.xlsx).

All by download are HD resources.

# Features
✓ Download Images by Variants (*.zip)
✓ Export Images by Variants (Excel)
✓ Download All Images(*.zip)
✓ Export All Images (Excel)
✓ Export All Videos (Excel)
✓ Download Video
✓ Automatically deduplicate images
✓ High quality

# FAQ
Q: Is Etsy Download free?
A: Yes, Etsy Download is free. You can get basic functionality and upgrade to get more functionality.

Q: Can I download images and videos of any product on Etsy?
A: Yes, you can download images and videos of any product on Etsy using this tool.

Q: Is it legal to download images and videos from Etsy?
A: Yes, it is legal to download images and videos from Etsy for personal use.

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
Etsy is a trademark of Etsy Inc. Etsy Download is not affiliated with, endorsed, sponsored, or otherwise related to Etsy, Inc. or any of its affiliates or subsidiaries.                    

扩展基本信息

名称 Etsy Download Etsy Download
ID ohfbfckigmpoheaehilcggijkmmonmnf
官方URL https://chromewebstore.google.com/detail/etsy-download/ohfbfckigmpoheaehilcggijkmmonmnf
简介 Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click
文件大小 610 KB
安装次数 37
当前版本 1.0.1
更新时间 2023-06-20
上架时间 2023-06-12
评分 1.00/5 共1次评分
开发者 savemyday666
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/12SAzhmiYu3io5qncQbVpoJjDWI53u5NYPbA9lVLR5rA
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Download",
    "description": "Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/api.savemydayapp.com\/*",
        "https:\/\/*.etsystatic.com\/*"
    ],
    "action": {
        "default_title": "Etsy Image Easy Download",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "64": "\/icons\/64.png"
        }
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "64": "\/icons\/64.png"
    }
}