Sheetsy

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

Apa itu Sheetsy?

Sheetsy adalah ekstensi Chrome yang dikembangkan oleh https://sheetsy.ai, dan fitur utamanya adalah "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sheetsy

Unduh file ekstensi Sheetsy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
URL Resmi https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
Deskripsi Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
Ukuran File 348 KB
Jumlah Instalasi 290
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-10
Tanggal Publikasi 2022-06-09
Pengembang https://sheetsy.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.sheetsy.ai
URL Halaman Kebijakan Privasi https://mailstrike.co/legal/privacy
Bahasa yang Didukung 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"
    }
}