Sheetsy

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

What is Sheetsy?

Sheetsy is a Chrome extension developed by https://sheetsy.ai, and its main feature is "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.".

Extension Screenshots

screenshot

Download Sheetsy Extension CRX File

Download Sheetsy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
Official URL https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
Description Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
File Size 348 KB
Installation Count 290
Current Version 1.0
Last Updated 2022-06-10
Publish Date 2022-06-09
Developer https://sheetsy.ai
Email [email protected]
Payment Type free
Extension Website https://www.sheetsy.ai
Privacy Policy Page URL https://mailstrike.co/legal/privacy
Supported Languages 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"
    }
}