Sheetsy

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

Co to jest Sheetsy?

Sheetsy to rozszerzenie Chrome opracowane przez https://sheetsy.ai, a jego główną funkcją jest „Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sheetsy

Pobierz pliki rozszerzeń Sheetsy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
Oficjalny URL https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
Opis Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
Rozmiar pliku 348 KB
Liczba instalacji 290
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-10
Data Publikacji 2022-06-09
Deweloper https://sheetsy.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sheetsy.ai
Adres URL Strony Polityki Prywatności https://mailstrike.co/legal/privacy
Obsługiwane Języki 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"
    }
}