Marketsy
Download Etsy customer emails from shop manager.
Marketsyคืออะไร?
Marketsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marketsy — Etsy Email Downloader และคุณลักษณะหลักของมันคือ "Download Etsy customer emails from shop manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketsy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
}
} | |