Repeatsy

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

Cos'è Repeatsy?

Repeatsy è un'estensione di Chrome sviluppata da Etsy Email Downloader, e la sua funzione principale è "Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Repeatsy

Scarica i file di estensione Repeatsy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✔️ 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                    

Informazioni di Base sull'Estensione

Nome Repeatsy Repeatsy
ID miegmdmephgceenbgepiiefpilhchglb
URL Ufficiale https://chromewebstore.google.com/detail/repeatsy/miegmdmephgceenbgepiiefpilhchglb
Descrizione Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data
Dimensione del File 2.12 MB
Conteggio Installazioni 211
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2022-01-24
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Etsy Email Downloader
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
    ]
}