Sheetsy

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

Hvad er Sheetsy?

Sheetsy er en Chrome-udvidelse udviklet af https://sheetsy.ai, og dens hovedfunktion er "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.".

Udvidelsesskærmbilleder

screenshot

Download Sheetsy-udvidelses-CRX-fil

Download Sheetsy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
Officiel URL https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
Beskrivelse Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
Filstørrelse 348 KB
Antal Installationer 290
Nuværende Version 1.0
Senest Opdateret 2022-06-10
Udgivelsesdato 2022-06-09
Udvikler https://sheetsy.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.sheetsy.ai
URL til Fortrolighedspolitik Side https://mailstrike.co/legal/privacy
Understøttede Sprog 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"
    }
}