GPT Formula

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

Was ist GPT Formula?

GPT Formula ist eine Chrome-Erweiterung, die von Marketsy — Etsy Email Downloader entwickelt wurde, und ihr Hauptmerkmal ist "AI tool that generates helpful Excel formulas and Google Sheet formulas.".

Erweiterungsscreenshots

screenshot

GPT Formula-Erweiterungs-CRX-Datei herunterladen

Laden Sie GPT Formula-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
Offizielle URL https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
Beschreibung AI tool that generates helpful Excel formulas and Google Sheet formulas.
Dateigröße 172 KB
Installationsanzahl 4,883
Aktuelle Version 4.3.6
Letztes Update 2023-01-28
Veröffentlichungsdatum 2023-01-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Marketsy — Etsy Email Downloader
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://marketsy.io/privacy
Unterstützte Sprachen 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": []
        }
    ]
}