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
官方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"
    ]
}