GPTSheets

Supercharge your Google Sheets with OpenAI's GPT-3

GPTSheetsคืออะไร?

GPTSheets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPTsheets.com และคุณลักษณะหลักของมันคือ "Supercharge your Google Sheets with OpenAI's GPT-3"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPTSheets

ดาวน์โหลดไฟล์ส่วนขยาย GPTSheets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GPTSheets is a cutting-edge Chrome extension that brings the power of OpenAI's GPT-3 language model to your spreadsheets. This tool will revolutionize the way you work with data and automate many of your manual tasks. Here are some of the key features of GPTSheets:

Turn plain English into spreadsheet formulas/functions: With GPTSheets, you can create spreadsheet formulas and functions simply by typing them out in plain English. Our tool uses natural language processing to interpret your input and generate the corresponding spreadsheet formula. This means you can work faster and make fewer mistakes.

Explain spreadsheet formulas/functions in plain English: GPTSheets also makes it easy to understand complex spreadsheet formulas and functions. Simply highlight a formula, and our tool will translate it into plain English, making it easier for you to understand and modify.

Streamline your workflow: With GPTSheets, you can automate many of your manual tasks and work more efficiently. Our tool integrates with your existing spreadsheets, so you can work with your data in a familiar environment. And because it's a Chrome extension, it's easy to use and always at your fingertips.

Improve data accuracy: GPTSheets reduces the risk of human error, which means your data will be more accurate and trustworthy. This is especially important for businesses and organizations that rely on data to make informed decisions.

In summary, GPTSheets is a powerful tool that will help you work smarter, not harder. Whether you're a business owner, marketer, data analyst, or anyone who works with data, GPTSheets will make your life easier. So why not try it out for yourself? Sign up for a free trial today and discover the power of GPT-3 in your spreadsheets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GPTSheets GPTSheets
ID mfbjpeonalpkgghaejlfaoifejjojkcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gptsheets/mfbjpeonalpkgghaejlfaoifejjojkcj
คำอธิบาย Supercharge your Google Sheets with OpenAI's GPT-3
ขนาดไฟล์ 42.58 KB
จำนวนการติดตั้ง 1,098
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-02-14
วันที่เผยแพร่ 2023-02-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา GPTsheets.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gptsheets.com/
URL หน้าช่วยเหลือ https://gptsheets.wistia.com/medias/lc0a30cpbi
URL หน้านโยบายความเป็นส่วนตัว https://gptsheetsdev.wpengine.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTSheets",
    "description": "Supercharge your Google Sheets with OpenAI's GPT-3",
    "version": "0.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubblehacks.io\/*"
            ],
            "exclude_matches": [
                "https:\/\/bubblehacks.io\/charles"
            ],
            "js": [
                "CustomJavaScript\/customScript1.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}