Excel Formula Bot Excel Formula Generator AI

Excel Formula Bot Excel Formula Generator AI

Aiforsheet Formula Generator for Excel and Google Sheets: Simplify Your Spreadsheet Workflows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Excel Formula Bot Excel Formula Generator AI",
  "version": "1.2",
  "description": "Aiforsheet Formula Generator for Excel and Google Sheets: Simplify Your Spreadsheet Workflows",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "author": "Aiforsheet.com",
  "homepage_url": "https://Aiforsheet.com/",
  "short_name": "Aiforsheet",
  "action": {
    "default_popup": "src/index.html",
    "default_title": "Aiforsheet",
    "default_icon": {
      "16": "/images/logo4.png",
      "32": "/images/logo4.png",
      "48": "/images/logo4.png",
      "128": "/images/logo4.png"
    }
  },
  "icons": {
    "16": "/images/logo4.png",
    "32": "/images/logo4.png",
    "48": "/images/logo4.png",
    "128": "/images/logo4.png"
  },
  "permissions": [
    "storage"
  ]
}