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
Eメール [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": []
        }
    ]
}