Marketsy
Download Etsy customer emails from shop manager.
什麼是Marketsy?
Marketsy是由Marketsy — Etsy Email Downloader開發的Chrome擴展程式,該擴展的主要功能是“Download Etsy customer emails from shop manager.”。
擴展截圖
下載Marketsy擴展crx文件
下載Marketsy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
____DESCRIPTION____
Marketsy helps you download your Etsy customer emails so you can start doing email marketing.
Learn more about this extension at https://marketsy.io
______PRICING______
Free - $0 /mo ---> Download 100 Orders
Hobby - $29 /mo ---> Download 10,000 Orders
Business - $99/mo ---> Download 10,000+ Orders
Cancel at anytime. 100% money back guarantee. One shop per subscription.
______SUPPORT______
Chat app on button on https://marketsy.io
______DESCRIPTION______
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
marketsy
how to get etsy customer emails
how to get customer emails from etsy
how to collect emails on etsy
______PRIVACY______
Privacy policy - https://marketsy.io/privacy/ 擴展基本資訊
| 名稱 | |
| ID | hcfnimbefnbclcflafdgbkbjcdckcgne |
| 官方網址 | https://chromewebstore.google.com/detail/marketsy/hcfnimbefnbclcflafdgbkbjcdckcgne |
| 簡介 | Download Etsy customer emails from shop manager. |
| 檔案大小 | 15.69 KB |
| 安裝次數 | 1,959 |
| 目前版本 | 4.0.2 |
| 更新時間 | 2024-02-12 |
| 上架時間 | 2019-12-28 |
| 評分 | 4.89/5 共 9 次評分 |
| 開發者 | Marketsy — Etsy Email Downloader |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://marketsy.io/ |
| 說明頁面URL | https://marketsy.io/ |
| 隱私政策頁面URL | https://marketsy.io/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Marketsy",
"version": "4.0.2",
"description": "Download Etsy customer emails from shop manager.",
"permissions": [
"tabs",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "images\/logo.png",
"default_popup": "html\/popup.html",
"default_title": "Marketsy"
},
"icons": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
}
} | |