Scrape G2 Reviews And Download To Excel - Extract G2

Scrape G2 Reviews And Download To Excel - Extract G2

Instantly download G2 product reviews

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://www.g2.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "icons": {
    "16": "assets/logo-16.png",
    "48": "assets/logo-48.png",
    "128": "assets/logo-128.png"
  },
  "manifest_version": 3,
  "name": "Scrape G2 Reviews And Download To Excel - Extract G2",
  "description": "Instantly download G2 product reviews",
  "version": "2.0.1",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://extractg2.com/*",
    "https://chat.openai.com/*"
  ]
}