PushEtsy.com: Download email from Etsy

PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.

什麼是PushEtsy.com: Download email from Etsy?

PushEtsy.com: Download email from Etsy是由https://pushetsy.com開發的Chrome擴展程式,該擴展的主要功能是“PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.”。

擴展截圖

screenshot
screenshot
screenshot

下載PushEtsy.com: Download email from Etsy擴展crx文件

下載PushEtsy.com: Download email from Etsy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a tool that allows you to download all orders from the Etsy store to a centralized management system

Get FREE Licence Code: https://pushetsy.com/register

You are a sale man, a system analyst, an email marketer, ... You are having a headache with managing orders with multiple stores using excel file.
This extension will help you push all orders to one place, and manage them easily. You can easily see your sales and come up with a marketing plan to boost your store's growth

Main functions:
- The system allows downloading emails from etsy stores for email marketing.
- Manage orders, mark order status easily
-  Applicable to all types of stores from Print On Demand / HandMade
- Allow to Push orders easily through the manufacturer if you are selling Print On Demand instead of having to use a csv file
- Track store sales by day/weeks/month/Alltime
... and many more features that we are developing.

Let's go!!! GO TO THE MOON                    

擴展基本資訊

名稱 PushEtsy.com: Download email from Etsy PushEtsy.com: Download email from Etsy
ID lcijaicmfdgolodfdhhchaebebhnhnee
官方網址 https://chrome.google.com/webstore/detail/lcijaicmfdgolodfdhhchaebebhnhnee
簡介 PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.
檔案大小 126 KB
安裝次數 217
目前版本 1.0.3
更新時間 2023-08-11
上架時間 2021-07-20
開發者 https://pushetsy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pushetsy.com/register
說明頁面URL https://pushetsy.com/register
隱私政策頁面URL https://etsy.ytuong.me/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PushEtsy.com: Download email from Etsy",
    "version": "1.0.3",
    "description": "PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": ".\/dist\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/dist\/icons\/48.png"
    },
    "icons": {
        "48": ".\/dist\/icons\/48.png",
        "128": ".\/dist\/icons\/128.png",
        "256": ".\/dist\/icons\/256.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "dist\/content.dist.js"
            ],
            "css": [
                "dist\/content.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/inject.js"
    ],
    "background": {
        "scripts": [
            "dist\/background.dist.js"
        ]
    },
    "options_ui": {
        "page": "dist\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "*:\/\/*.etsy.com\/*",
        "background"
    ]
}