Repeatsy

Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data

Wat is Repeatsy?

Repeatsy is een Chrome-extensie ontwikkeld door Etsy Email Downloader, en de belangrijkste functie is "Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data".

Extensie Screenshots

Download het CRX-bestand van de extensie Repeatsy

Download Repeatsy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ✔️ CAN-SPAM ACT compliant

Building an email list is crucial for the success of any online based business especially for entrepreneur relying on marketplace such as Etsy. With Repeatsy you can grab customer data such as transaction number, name, email, product, price, date and country with only one click. This will allow you to build highly targeted segmentation of your list to make very specific offer to your most valuable customers.

Once installed, just go to your orders page and click completed orders. And then choose whether you want to grab all emails or only american emails and then click Start. That's it! Once data collection is over you get a csv file that you can import on MailChimp or any other email service provider. Then you can market your list and turn your existing customers into repeat customers.

How to use Repeatsy:
1) Once installed go on your dashboard and click "Orders & Shipping". Then click on "Completed". Once this page is loaded, refresh the page because you need to refresh the page before using Repeatsy.
2) Click on the extension icon on the top right corner of the Chrome browser. (click the grey little puzzle icon if you don't see the Repeatsy extension icon) Then choose if you want to grab only american email or all emails. Finally click "Start" to collect data automatically.
3) At the end, a csv file is downloaded automatically.

Notes:
*You can go on another tab while Repeatsy collects data but it will be slower. The best case scenario is simply click "Start" and let Repeatsy grab data automatically and not touching anything.
*After clicking "Start", if the extension stop looping on the pages and seems to stay blocked, just click "Reset" or the little grey refresh icon on the top left corner of the Repeatsy popup. It will refresh the popup and the page as well (so you need to be on the Etsy tab when doing this and not on another tab)

Customer support:
[email protected]


Download customer emails from Etsy
pulling email addresses from etsy
how to collect emails from etsy
etsy customer email list
etsy email list
etsy email downloader
how to download etsy customer emails
export etsy customer emails
etsy email extractor
download etsy customer emails
how to get etsy customer emails
how to get customer emails from etsy
how to collect emails on etsy                    

Basisinformatie over de Extensie

Naam Repeatsy Repeatsy
ID miegmdmephgceenbgepiiefpilhchglb
Officiële URL https://chromewebstore.google.com/detail/repeatsy/miegmdmephgceenbgepiiefpilhchglb
Beschrijving Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data
Bestandsgrootte 2.12 MB
Aantal Installaties 211
Huidige Versie 1.1.0
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2022-01-24
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Etsy Email Downloader
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Repeatsy",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.etsy.com\/*",
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "ExtPay.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icons\/repeatsy_icon-16_x_16.png",
            "32": "\/images\/icons\/repeatsy_icon-32_x_32.png",
            "48": "\/images\/icons\/repeatsy_icon-48_x_48.png",
            "128": "\/images\/icons\/repeatsy_icon-128_x_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icons\/repeatsy_icon-16_x_16.png",
        "32": "\/images\/icons\/repeatsy_icon-32_x_32.png",
        "48": "\/images\/icons\/repeatsy_icon-48_x_48.png",
        "128": "\/images\/icons\/repeatsy_icon-128_x_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}