G2 Reviews Extractor

G2 Reviews Extractor

G2 Reviews Extractor Quickly gather user reviews from g2.com Export data in preferred formats for thorough analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://g2reviewsextractor.extensionsbox.com/*",
    "*://*.g2.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.g2.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAryl/601o8BVZa3dnl8u4kgXFG36ystyFWTL7GUPcMny6PqA4wHorPjIe1AZMPLxBWkcE9aZCqnJAGTQ02zywIt9K93ueXsEGhuX5ZUeHbBCX1nQUBT7G8LPxrX1pt7F7LCysm012Xky583LMqR1x31MlH9rJ4AWrF8xkIou7Sjbqd3GxP29ibgE6sJ3itXjdw4q+FSozG26N5muYW5tDb/wlrOKoC1E5jcPrOTk/6GwjPhd8TSVT1J4cEaBYS8L7BBz/6daJJsnTRGxyN1yiBt+GTjceIgfusydzPZ2ojlkcOVCpACY5bNAisRbBcaO4U70Re8kLKpkzcktxx87tXwIDAQAB",
  "oauth2": {
    "client_id": "376519562213-85dkks9ujtetnhf3r1adrod4dtpl6v3b.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "libs/*",
        "injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}