Sheetsy

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

Was ist Sheetsy?

Sheetsy ist eine Chrome-Erweiterung, die von https://sheetsy.ai entwickelt wurde, und ihr Hauptmerkmal ist "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.".

Erweiterungsscreenshots

screenshot

Sheetsy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sheetsy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
Offizielle URL https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
Beschreibung Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
Dateigröße 348 KB
Installationsanzahl 290
Aktuelle Version 1.0
Letztes Update 2022-06-10
Veröffentlichungsdatum 2022-06-09
Entwickler https://sheetsy.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sheetsy.ai
URL der Datenschutzrichtlinien-Seite https://mailstrike.co/legal/privacy
Unterstützte Sprachen 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"
    }
}