MerchBridge Etsy Helper

An extension to help you fulfill Etsy orders easier with MerchBridge.

What is MerchBridge Etsy Helper?

MerchBridge Etsy Helper is a Chrome extension developed by merchbridge.addons, and its main feature is "An extension to help you fulfill Etsy orders easier with MerchBridge.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MerchBridge Etsy Helper Extension CRX File

Download MerchBridge Etsy Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        MerchBridge Etsy Helper is an extension to help you fulfill Etsy orders easier with MerchBridge. Sync your orders to MerchBridge and fulfill here.

* Setup an API key.
* Sync your orders to MerchBridge.
* Fulfill your orders at MerchBridge.
* Get tracking information for orders and add to Etsy order.
Visit https://dashboard.merchbridge.com/ for more information.                    

Extension Basic Information

Name MerchBridge Etsy Helper MerchBridge Etsy Helper
ID adgnmidokbhjkmggekmedphkifkhljie
Official URL https://chromewebstore.google.com/detail/merchbridge-etsy-helper/adgnmidokbhjkmggekmedphkifkhljie
Description An extension to help you fulfill Etsy orders easier with MerchBridge.
File Size 234 KB
Installation Count 101
Current Version 1.3.30
Last Updated 2024-02-19
Publish Date 2023-01-03
Developer merchbridge.addons
Email [email protected]
Payment Type free
Extension Website https://dashboard.merchbridge.com
Help Page URL https://dashboard.merchbridge.com
Privacy Policy Page URL https://merchbridge.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MerchBridge Etsy Helper",
    "version": "1.3.30",
    "description": "An extension to help you fulfill Etsy orders easier with MerchBridge.",
    "devtools_page": "devtool\/devtool.html",
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Etsy Helper",
        "default_icon": {
            "48": "assets\/images\/48.png"
        }
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/*",
                "https:\/\/www.yuntrack.com\/*"
            ],
            "js": [
                "assets\/libs\/jquery.min.js",
                "assets\/libs\/jquery.toast.js",
                "scripts\/content_script.js",
                "scripts\/sync_order.js",
                "scripts\/add_tracking.js",
                "scripts\/settings.js",
                "scripts\/etsy-marketing\/change-style.js"
            ],
            "css": [
                "assets\/styles\/jquery.toast.css",
                "assets\/styles\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/www.etsy.com\/*'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/www.etsy.com\/*",
        "https:\/\/api-dev.merchbridge.com\/*",
        "https:\/\/api.merchbridge.com\/*",
        "http:\/\/127.0.0.1:8080\/*",
        "https:\/\/www.yuntrack.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/not-found.png",
                "assets\/images\/completed.png",
                "assets\/styles\/etsy-marketing\/style.css",
                "injected.js"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*",
                "https:\/\/www.yuntrack.com\/*"
            ]
        }
    ]
}