Repeatsy

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

Τι είναι το Repeatsy;

Το Repeatsy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Etsy Email Downloader, και η κύρια λειτουργία του είναι "Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Repeatsy

Λήψη αρχείων επέκτασης Repeatsy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Repeatsy Repeatsy
ID miegmdmephgceenbgepiiefpilhchglb
Επίσημο URL https://chromewebstore.google.com/detail/repeatsy/miegmdmephgceenbgepiiefpilhchglb
Περιγραφή Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data
Μέγεθος Αρχείου 2.12 MB
Αριθμός Εγκαταστάσεων 211
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2022-01-24
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Etsy Email Downloader
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες 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"
    ]
}