GPT Formula

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

Cos'è GPT Formula?

GPT Formula è un'estensione di Chrome sviluppata da Marketsy — Etsy Email Downloader, e la sua funzione principale è "AI tool that generates helpful Excel formulas and Google Sheet formulas.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPT Formula

Scarica i file di estensione GPT Formula in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
URL Ufficiale https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
Descrizione AI tool that generates helpful Excel formulas and Google Sheet formulas.
Dimensione del File 172 KB
Conteggio Installazioni 4,883
Versione Corrente 4.3.6
Ultimo Aggiornamento 2023-01-28
Data di Pubblicazione 2023-01-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Marketsy — Etsy Email Downloader
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://marketsy.io/privacy
Lingue Supportate 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": []
        }
    ]
}