E-Scraper

E-Scraper

E-Scrapers is used to scrape cross-border E-commerce products, the scraped products can be pushed to multiple E-commerce ERPs to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "E-Scraper",
  "version": "1.2.1",
  "description": "__MSG_Plugin_Desc__",
  "default_locale": "zh_CN",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEt9G+qNeiztypWBoilZDBeVR98wNwdnuo0htFSa5fTFePdRtXt7JuPn9e+KY0ctww8ucaVYIAk+JHBieTwj9TofrDrybrXCGGnHTi0Bcny/yuRvQ1EQKpwuzvyEP2Gq13v2GTEfR7c2KsyZiIkRECid1cSv9aFPWG+glEBlHY6rmFiWUuQ77BJn5i0HZk9V7g1FgEBmmq3lwKdNbHhFeI6C+fGrNLl+9jMDK92qK3DDMiFDxy6X3tHZKAxVUQnkOxT4qmdYi9dlsW+eNQxD1dtCcMz7XSLyPZFahE0G8FXb9ac/YG5gPOfsejUwA6LAfzhWNUNQHy8DP1Mxf+Ra5wIDAQAB",
  "icons": {
    "16": "static/img/logo-124.png",
    "19": "static/img/logo-124.png",
    "38": "static/img/logo-124.png",
    "48": "static/img/logo-124.png",
    "128": "static/img/logo-124.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "vendor.js",
        "content.js",
        "shopee_content.js",
        "indexDataBase.js"
      ],
      "matches": [
        "https://*.tw.shopeesz.com/*",
        "https://*.xiapibuy.com/*",
        "https://*.shopee.tw/*",
        "https://*.shopee.com.br/*",
        "https://*.shopee.com.mx/*",
        "https://*.shopee.com.my/*",
        "https://*.shopee.com.ar/*",
        "https://*.shopee.com.co/*",
        "https://*.shopee.co.id/*",
        "https://*.shopee.co.th/*",
        "https://*.shopee.pl/*",
        "https://*.shopee.sg/*",
        "https://*.shopee.fr/*",
        "https://*.shopee.ph/*",
        "https://*.shopee.vn/*",
        "https://*.shopee.cl/*",
        "https://*.shopee.es/*"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://gitlab.com/*",
    "https://*.tw.shopeesz.com/*",
    "https://*.xiapibuy.com/*",
    "https://*.shopee.tw/*",
    "https://*.shopee.com.br/*",
    "https://*.shopee.com.mx/*",
    "https://*.shopee.com.my/*",
    "https://*.shopee.com.ar/*",
    "https://*.shopee.com.co/*",
    "https://*.shopee.co.id/*",
    "https://*.shopee.co.th/*",
    "https://*.shopee.pl/*",
    "https://*.shopee.sg/*",
    "https://*.shopee.fr/*",
    "https://*.shopee.ph/*",
    "https://*.shopee.vn/*",
    "https://*.shopee.cl/*",
    "https://*.shopee.es/*",
    "https://www.mangoerp.com/*",
    "https://www.dianxiaomi.com/*",
    "https://member.mabangerp.com/*",
    "https://publish.mabangerp.com/*",
    "https://api.keyouyun.com/*",
    "https://tui.izhiliu.com/*",
    "https://app.upseller.com/*",
    "https://www.bigseller.com/*"
  ],
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "*/img/logo-124.png",
        "*/img/logoWhite.png",
        "*/img/logo2.png",
        "*/img/loading.png",
        "*/img/successedIcon.png",
        "*/img/whiteLoading.png",
        "*/img/failIcon.png",
        "*/img/informationIcon.png"
      ],
      "matches": [
        "https://*.tw.shopeesz.com/*",
        "https://*.xiapibuy.com/*",
        "https://*.shopee.tw/*",
        "https://*.shopee.com.br/*",
        "https://*.shopee.com.mx/*",
        "https://*.shopee.com.my/*",
        "https://*.shopee.com.ar/*",
        "https://*.shopee.com.co/*",
        "https://*.shopee.co.id/*",
        "https://*.shopee.co.th/*",
        "https://*.shopee.pl/*",
        "https://*.shopee.sg/*",
        "https://*.shopee.fr/*",
        "https://*.shopee.ph/*",
        "https://*.shopee.vn/*",
        "https://*.shopee.cl/*",
        "https://*.shopee.es/*"
      ]
    }
  ]
}