Sheetsy

Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.

Sheetsy क्या है?

Sheetsy https://sheetsy.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sheetsy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Convert plain english language to Google Sheets formulas on the fly!

With our powerful AI you can 10x your Google Sheets productivity and write formulas faster!
Stop scrolling trough the internet to find the perfect formula for you, our AI composes them tailored to your questions.                    

एक्सटेंशन की मूल जानकारी

नाम Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
आधिकारिक URL https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
विवरण Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
फ़ाइल का आकार 348 KB
स्थापना संख्या 290
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-06-10
प्रकाशन तिथि 2022-06-09
डेवलपर https://sheetsy.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sheetsy.ai
गोपनीयता नीति पृष्ठ URL https://mailstrike.co/legal/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sheetsy",
    "description": "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Sheetsy"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.sheetsy.ai\/*"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}