Repeatsy

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

什麼是Repeatsy?

Repeatsy是由Etsy Email Downloader開發的Chrome擴展程式,該擴展的主要功能是“Repeatsy is a chrome extension allowing Etsy sellers to automatically collect customers data”。

擴展截圖

下載Repeatsy擴展crx文件

下載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
官方網址 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"
    ]
}