GPT Formula

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

Co je GPT Formula?

GPT Formula je rozšíření Chrome vyvinuté Marketsy — Etsy Email Downloader, a jeho hlavní funkcí je „AI tool that generates helpful Excel formulas and Google Sheet formulas.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GPT Formula

Stáhněte si soubory rozšíření GPT Formula ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
Oficiální URL https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
Popis AI tool that generates helpful Excel formulas and Google Sheet formulas.
Velikost souboru 172 KB
Počet instalací 4,883
Aktuální Verze 4.3.6
Poslední Aktualizace 2023-01-28
Datum Vydání 2023-01-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Marketsy — Etsy Email Downloader
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://marketsy.io/privacy
Podporované Jazyky 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": []
        }
    ]
}