Etsy Copy MetaData

Copy product metadata from Etsy

What is Etsy Copy MetaData?

Etsy Copy MetaData is a Chrome extension developed by Copy Tool, and its main feature is "Copy product metadata from Etsy".

Extension Screenshots

screenshot

Download Etsy Copy MetaData Extension CRX File

Download Etsy Copy MetaData extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you an Etsy seller looking to effortlessly promote your products on TikTok? Look no further! The "Etsy to TikTok Shop Copy Tool" Chrome extension is here to streamline your content creation process.

With this user-friendly extension, you can easily copy images and titles from your Etsy listings and paste them directly into your TikTok Shop posts. Say goodbye to the hassle of manually downloading images and typing out titles. Save time and boost your TikTok presence with this handy tool.

Key Features:

Image Copy: One-click copy of images from your Etsy listings to your clipboard, ready for pasting into TikTok Shop.
Title Copy: Automatically copy the product title, ensuring consistency across platforms.
Seamless Integration: Intuitive and straightforward interface for a hassle-free experience.
Time-Saving: Speed up your content creation process and focus on what matters most—your products.
How to Use:

Install the "Etsy to TikTok Shop Copy Tool" Chrome extension from the Chrome Web Store.
Visit your Etsy listing and click the extension icon in your browser toolbar.
Choose the images and title you want to copy.
Open your TikTok Shop post and paste the copied content.
Customize your TikTok post as needed and share it with your audience.
Boost your TikTok presence and drive more traffic to your Etsy shop with ease. Download the "Etsy to TikTok Shop Copy Tool" today and start creating engaging TikTok content effortlessly!

(Note: This extension is not affiliated with Etsy or TikTok and is solely intended for simplifying content creation.)                    

Extension Basic Information

Name Etsy Copy MetaData Etsy Copy MetaData
ID mdbhhcgioggglmpmknjoodoeoceikifa
Official URL https://chromewebstore.google.com/detail/etsy-copy-metadata/mdbhhcgioggglmpmknjoodoeoceikifa
Description Copy product metadata from Etsy
File Size 16.03 KB
Installation Count 425
Current Version 1.0
Last Updated 2023-09-30
Publish Date 2023-09-30
Developer Copy Tool
Email [email protected]
Payment Type free
Help Page URL https://www.facebook.com/profile.php?id=100013225507190
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etsy Copy MetaData",
    "version": "1.0",
    "description": "Copy product metadata from Etsy",
    "homepage_url": "https:\/\/t.me\/tiktokshopusseller",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/listing\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}