Inwshop Tools - Product, Sales

Inwshop Tools - Product, Sales

Inwshop data scraper - easy data extraction tools of product, price, sales rank, review V1.5

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Inwshop Tools - Product, Sales",
  "short_name": "IHT",
  "description": "Inwshop data scraper - easy data extraction tools of product, price, sales rank, review V1.5",
  "version": "1.5",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://*.weloveshopee.com/*",
    "https://*/",
    "http://*/",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "author": "Patiwat"
}