Sheets Genie

Sheets Genie

Turn Google Sheets into a business automation & web scraping powerhouse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sheets Genie",
  "description": "Turn Google Sheets into a business automation & web scraping powerhouse.",
  "version": "0.0.0.7",
  "manifest_version": 3,
  "action": {
    "default_title": "Sheets Genie",
    "default_popup": "popup.html",
    "default_icon": {
      "512": "genieicon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "debugger"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}