GPT Formula

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

GPT Formula là gì?

GPT Formula là một tiện ích mở rộng Chrome được phát triển bởi Marketsy — Etsy Email Downloader, và tính năng chính của nó là "AI tool that generates helpful Excel formulas and Google Sheet formulas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPT Formula

Tải xuống các tệp mở rộng GPT Formula dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPT Formula GPT Formula
ID kcleeabpbbmbcfgfdhobcincoeliffba
URL Chính Thức https://chromewebstore.google.com/detail/gpt-formula/kcleeabpbbmbcfgfdhobcincoeliffba
Mô tả AI tool that generates helpful Excel formulas and Google Sheet formulas.
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 4,883
Phiên Bản Hiện Tại 4.3.6
Cập Nhật Lần Cuối 2023-01-28
Ngày Phát Hành 2023-01-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Marketsy — Etsy Email Downloader
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://marketsy.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}