AliExpress/Shopify Dropshipping - SellersDash

AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AliExpress/Shopify Dropshipping - SellersDash",
  "short_name": "SellersDash",
  "version": "1.5.2",
  "description": "Simplify your AliExpress/Shopify dropshipping business",
  "manifest_version": 2,
  "permissions": [
    "https://*.aliexpress.com/*",
    "http://localhost:9528/*",
    "https://sellersdash.com/*",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "16": "img/chrome_16.png",
    "48": "img/chrome_48.png",
    "128": "img/chrome_128.png"
  },
  "browser_action": {
    "default_title": "SellersDash",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.ru/*",
        "https://*.myshopify.com/admin/orders",
        "https://app.oberlo.com/my-products/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:9528/*",
      "https://sellersdash.com/*"
    ]
  },
  "web_accessible_resources": [
    "img/*.png"
  ]
}