Etsy Download

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

O que é Etsy Download?

Etsy Download é uma extensão do Chrome desenvolvida por savemyday666, e sua principal característica é "Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Etsy Download

Baixe arquivos de extensão Etsy Download no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Etsy Download Etsy Download
ID ohfbfckigmpoheaehilcggijkmmonmnf
URL Oficial https://chromewebstore.google.com/detail/etsy-download/ohfbfckigmpoheaehilcggijkmmonmnf
Descrição Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click
Tamanho do Arquivo 610 KB
Contagem de Instalações 37
Versão Atual 1.0.1
Última Atualização 2023-06-20
Data de Publicação 2023-06-12
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor savemyday666
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/12SAzhmiYu3io5qncQbVpoJjDWI53u5NYPbA9lVLR5rA
Idiomas Suportados 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"
    }
}