GPT Formula

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

什么是GPT Formula?

GPT Formula是由Marketsy — Etsy Email Downloader开发的Chrome扩展程序,该扩展的主要功能是“AI tool that generates helpful Excel formulas and Google Sheet formulas.”。

扩展截图

screenshot

下载GPT Formula扩展crx文件

下载GPT Formula扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
官方URL https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
简介 AI tool that generates helpful Excel formulas and Google Sheet formulas.
文件大小 172 KB
安装次数 4,883
当前版本 4.3.6
更新时间 2023-01-28
上架时间 2023-01-13
评分 5.00/5 共1次评分
开发者 Marketsy — Etsy Email Downloader
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://marketsy.io/privacy
支持的语言 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": []
        }
    ]
}