Easy Exporter - Etsy™ order exporter

Easy Exporter helps you export your Etsy order easily.

Easy Exporter - Etsy™ order exporter क्या है?

Easy Exporter - Etsy™ order exporter https://esale.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Exporter helps you export your Etsy order easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Easy Exporter - Etsy™ order exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Easy Exporter is an Etsy order exporter for sellers. Etsy orders can be exported to XLSX files that comply with the ERP & logistics platform import format, helping Etsy sellers improve the efficiency of importing data into the ERP & logistics platform. Easy Exporter supports exporting Etsy orders into an import format compatible with other ERP tools.
In addition to exporting finished product orders, the order exporter also supports the export of user-customized product orders, improving the order processing efficiency of customized sellers.

✨Feature✨
‒ Support single batch export of 20/35/50 order data
‒ Directly adapt to the ERP tool of the "Dianxiaomi"
‒ Directly adapt to the ERP tool of the "Mabang"
‒ Directly adapt to "EBO" standard template 
‒ Directly adapt to "YunExpress" standard template 
‒ Directly adapt to "4PX" standard template 


👉👉How To Use:
1. On the order page, use the filter of Etsy to filter out the orders that need to be exported
2. Click the icon of Easy Exporter to open the extension window
3. Select the order data to be exported and click the export button
4. Complete the setting template selection in the pop-up window, and click OK to export
5. Wait for the order data export to complete                    

एक्सटेंशन की मूल जानकारी

नाम Easy Exporter - Etsy™ order exporter Easy Exporter - Etsy™ order exporter
ID cgganjhojpaejcnglgnpganbafoloofa
आधिकारिक URL https://chromewebstore.google.com/detail/easy-exporter-etsy-order/cgganjhojpaejcnglgnpganbafoloofa
विवरण Easy Exporter helps you export your Etsy order easily.
फ़ाइल का आकार 5.54 MB
स्थापना संख्या 2,237
वर्तमान संस्करण 1.4.10
अंतिम अपडेट 2024-01-28
प्रकाशन तिथि 2023-05-11
रेटिंग 4.84/5 कुल 19 रेटिंग्स
डेवलपर https://esale.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://esale.io
गोपनीयता नीति पृष्ठ URL https://esale.io/privacy
समर्थित भाषाएँ en,hr,lt,sl,sr,bg,fa,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.10",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.etsy.com\/"
    ],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/kodepayContent.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon.png",
        "default_title": "popup"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}