Sheetsy

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

ما هو Sheetsy؟

Sheetsy هو إضافة Chrome تم تطويرها بواسطة https://sheetsy.ai، والميزة الرئيسية لها هي "Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sheetsy

قم بتنزيل ملفات الامتداد Sheetsy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Sheetsy Sheetsy
ID gmljndgceaappafmncchdbmhfjnoonam
عنوان URL الرسمي https://chromewebstore.google.com/detail/sheetsy/gmljndgceaappafmncchdbmhfjnoonam
الوصف Excel & Google Sheets personal AI assistant. Convert plain English language to formulas on the fly.
حجم الملف 348 KB
عدد التثبيتات 290
النسخة الحالية 1.0
آخر تحديث 2022-06-10
تاريخ النشر 2022-06-09
المطور https://sheetsy.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.sheetsy.ai
عنوان صفحة سياسة الخصوصية https://mailstrike.co/legal/privacy
اللغات المدعومة 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"
    }
}