WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Formula Explorer

Formula Explorer

View on Chrome Web Store
View Formula Explorer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Formula Explorer brings step-by-step formula breakdowns, interactive precedent tracing and formatting utilities to Google Sheets.
Type
Extension
Users
62 users
2
Website cognisheets.com
info
View author page of info
Published
Published on June 30, 2024
Version 1.8.0
Manifest version
3
Updated
Updated on September 14, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Formula Explorer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Formula Explorer",
    "version": "1.8.0",
    "description": "Formula Explorer brings step-by-step formula breakdowns, interactive precedent tracing and formatting utilities to Google Sheets.",
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArItMAfgQzfDx0UzeFvFb9OyX5GWXyPrVnrhyKOf1i4J9nsf2oj6V9yMhb+AgWymscO4q\/OAE8+QZ16lcer\/tdn1Qc663AdEfMVPyCi55rjG1uPIhWXcKijvY3xr\/1pIhcX9kDrwuUDvUga7W53OmQSz\/WgcqtrO2D2tWRZKcZkgtSE2WA7\/r\/nwo6a\/urY+dhO\/0Q0YfH5ptTnYDO7b+47PE5j1vK1uEr6i+hSw+z2X8Jz8gExKJzBmtcZFD1mtAfgdHP1P8srkHPGKsp4vVtIjtR37DJZKaBVOACmp5PBILGg9tYtrFPIE1UU5PGxC1DFvlmP8sU+aEw1JtmY1kowIDAQAB",
    "action": {
        "default_title": "Open Formula Explorer Settings",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.html\/*",
                "assets\/logo.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "identity",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*",
        "https:\/\/formula-explorer.cognisheets.com\/api\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/revoke\/*"
    ],
    "oauth2": {
        "client_id": "241014300902-e4mr4t7dpves5e7ga4777c4364fk1idu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top