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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PushEtsy.com: Download email from Etsy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}