1688 Data Scraper - Product, Sales

1688 Data Scraper - Product, Sales

1688 data scraper - easy data extraction tools of product, price, sales rank, review

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "1688 Data Scraper - Product, Sales",
  "description": "1688 data scraper - easy data extraction tools of product, price, sales rank, review",
  "version": "4.5",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "functions.js",
        "gethtml.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}