GetProduct

GetProduct

Automate DropShipping with GetProduct!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GetProduct",
  "version": "1.9.51",
  "description": "Automate DropShipping with GetProduct!",
  "web_accessible_resources": [
    {
      "resources": [
        "/converter.html",
        "/amazonFilter.html",
        "/trackingConverter.html"
      ],
      "matches": [
        "chrome-extension://ahkdhefmhfakkmieeflllcgafpkaldhl/*"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "tabs",
    "storage",
    "cookies"
  ],
  "externally_connectable": {
    "matches": [
      "https://getproduct.io/*",
      "http://localhost:4000/*"
    ]
  },
  "host_permissions": [
    "https://getproduct.io/*",
    "http://localhost:4000/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.fr/*",
        "https://www.amazon.com/*",
        "https://www.amazon.es/*",
        "https://www.amazon.it/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.de/*",
        "https://www.walmart.com/*",
        "https://www.ebay.fr/*",
        "https://www.ebay.com/*",
        "https://www.ebay.co.uk/*",
        "https://www.ebay.de/*",
        "https://www.ebay.es/*",
        "https://www.ebay.it/*",
        "https://*.chinabrands.com/*",
        "https://*.aliexpress.com/*",
        "https://*.homedepot.com/*",
        "https://www.zooplus.fr/*",
        "https://www.zooplus.com/*",
        "https://www.zooplus.co.uk/*",
        "https://www.zooplus.de/*",
        "https://www.zooplus.es/*",
        "https://www.zooplus.it/*",
        "https://www.cdiscount.com/*",
        "https://www.cdiscountpro.com/*",
        "https://yaballe.com/*",
        "https://app.autods.com/*",
        "http://app.autods.com/*",
        "https://platform.autods.com/*",
        "https://www.shopmaster.com/*",
        "https://www.dsmtool.com/*",
        "https://getproduct.io/*",
        "https://*.getproduct.io/*",
        "https://webseller.guru/*"
      ],
      "js": [
        "content/general.js",
        "content/exporter.js",
        "js/toastify.js"
      ],
      "css": [
        "css/content.css",
        "css/toastify.css",
        "css/style.css"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.homedepot.com/*",
        "https://www.ebay.fr/*",
        "https://www.ebay.com/*",
        "https://www.ebay.co.uk/*",
        "https://www.ebay.de/*",
        "https://www.ebay.es/*",
        "https://www.ebay.it/*",
        "https://www.amazon.fr/*",
        "https://www.amazon.com/*",
        "https://www.amazon.es/*",
        "https://www.amazon.it/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.de/*",
        "https://order.cdiscount.com/*",
        "https://www.walmart.com/checkout/*",
        "https://*.chinabrands.com/flow/*",
        "https://getproduct.io/orders*",
        "https://*.getproduct.io/orders*",
        "http://localhost:4000/orders*"
      ],
      "js": [
        "content/address.js",
        "js/toastify.js",
        "content/amazonTrackingPage.js"
      ],
      "css": [
        "css/content.css",
        "css/toastify.css",
        "css/style.css"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/*",
        "https://getproduct.io/orders*",
        "https://*.getproduct.io/orders*",
        "http://localhost:4000/orders*"
      ],
      "js": [
        "js/toastify.js",
        "content/syncTracking.js"
      ],
      "css": [
        "css/content.css",
        "css/toastify.css",
        "css/style.css"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/*",
        "https://getproduct.io/orders*",
        "https://*.getproduct.io/orders*",
        "http://localhost:4000/orders*"
      ],
      "js": [
        "content/aliexpressFilter.js",
        "js/toastify.js"
      ],
      "css": [
        "css/content.css",
        "css/toastify.css",
        "css/style.css"
      ]
    }
  ],
  "options_page": "converter.html",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/getproduct_16_icon_transp.png",
      "32": "images/getproduct_32_icon_transp.png",
      "48": "images/getproduct_48_icon_transp.png",
      "128": "images/getproduct_128_icon_transp.png"
    }
  },
  "icons": {
    "16": "images/getproduct_16_icon_transp.png",
    "32": "images/getproduct_32_icon_transp.png",
    "48": "images/getproduct_48_icon_transp.png",
    "128": "images/getproduct_128_icon_transp.png"
  },
  "manifest_version": 3
}