GPT Formula

AI tool that generates helpful Excel formulas and Google Sheet formulas.

What is GPT Formula?

GPT Formula is a Chrome extension developed by Marketsy — Etsy Email Downloader, and its main feature is "AI tool that generates helpful Excel formulas and Google Sheet formulas.".

Extension Screenshots

screenshot

Download GPT Formula Extension CRX File

Download GPT Formula extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Have AI write complex excel formulas and google sheet formulas for your from a short description. Get explanations about how the formula works. 

Free to sign up and start using.

No more searching for the right formula, our ai spreadsheet formula generator handles the heavy lifting.

Just write your prompt in the chrome extension window and our Google Sheets formula builder can create complex formulas in seconds.

This chrome extension gives your the power of chat gpt google sheets. Clean data faster and more efficiently.                    

Extension Basic Information

Name GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
Official URL https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
Description AI tool that generates helpful Excel formulas and Google Sheet formulas.
File Size 172 KB
Installation Count 4,883
Current Version 4.3.6
Last Updated 2023-01-28
Publish Date 2023-01-13
Rating 5.00/5 Total 1 Ratings
Developer Marketsy — Etsy Email Downloader
Email [email protected]
Payment Type free
Privacy Policy Page URL https://marketsy.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI tool that generates helpful Excel formulas and Google Sheet formulas.",
    "version": "4.3.6",
    "manifest_version": 3,
    "name": "GPT Formula",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}