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 |
| 公式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 |
| Eメール | [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"
}
} | |