GPT Formula

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

ما هو GPT Formula؟

GPT Formula هو إضافة Chrome تم تطويرها بواسطة Marketsy — Etsy Email Downloader، والميزة الرئيسية لها هي "AI tool that generates helpful Excel formulas and Google Sheet formulas.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GPT Formula

قم بتنزيل ملفات الامتداد GPT Formula بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": []
        }
    ]
}