AI Copilot for Sheets - by Arcwise

Use the AI behind ChatGPT to explain, transform, and ingest data in Sheets with text commands! Just press Cmd+Shift+1 / Ctrl+Shift+1

AI Copilot for Sheets - by Arcwise là gì?

AI Copilot for Sheets - by Arcwise là một tiện ích mở rộng Chrome được phát triển bởi https://arcwise.ai, và tính năng chính của nó là "Use the AI behind ChatGPT to explain, transform, and ingest data in Sheets with text commands! Just press Cmd+Shift+1 / Ctrl+Shift+1".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Copilot for Sheets - by Arcwise

Tải xuống các tệp mở rộng AI Copilot for Sheets - by Arcwise dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Help us 🙌 by installing our early access Chrome extension — it's free for beta testing! Just give us feedback 😃

   🤔 Ask questions about a spreadsheet
        ○ “What does this sheet do?”
        ○ “Describe all the calculation interdependencies in A10:D20?”
        ○ It's like ChatGPT but in your spreadsheet!
   🧼 Clean data with text commands
        ○ Format dates: “reformat date column to YYYY/MM/DD”
        ○ Extract text: ”Get the city of each address”
        ○ Summarize text: ”Summarize each response as a haiku”
        ○ … and so much more
   ✈️ Access formula copilot. Don’t know the right formula? Just ask!
        ○ "Sum F:F where E:E is Shopping or Entertainment"
        ○ "Sum of charge if greater than 1000 and category is in Shopping"
   📡 Scrape the web. Browser tab ⇒ Google Sheet
        ○ LinkedIn contacts
        ○ Amazon shopping
        ○ … and so much more

To use the early access extension:
    ● Navigate to a Google Sheet
    ● Open Arcwise AI
        ○ Mac: Command (⌘) + Shift + 1
        ○ Windows: Ctrl + Shift + 1
    ● Choose a command
    ● … think about how to use all that free time AI saved you

At Arcwise, we're on a mission to bring the power of modern data tools to spreadsheet users. You can follow us at https://arcwise.app!

Additional notes
    ● Excel/.xlsx files must be converted to Google Sheets to use Arcwise AI
    ● During the beta period, usage is free (up to a generous limit). 
    ● Give us feedback through the in-app link!
    ● Try Arcwise AI in Google Docs. It turns into a writing assistant!
    ● We DON'T store your data. Data is passed to the OpenAI API but never stored on our servers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Copilot for Sheets - by Arcwise AI Copilot for Sheets - by Arcwise
ID icpldamjhggegoohndlphlchjgjkdifd
URL Chính Thức https://chromewebstore.google.com/detail/ai-copilot-for-sheets-by/icpldamjhggegoohndlphlchjgjkdifd
Mô tả Use the AI behind ChatGPT to explain, transform, and ingest data in Sheets with text commands! Just press Cmd+Shift+1 / Ctrl+Shift+1
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2023-02-23
Đánh Giá 4.64/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://arcwise.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://arcwise.app/copilot
URL Trang Chính Sách Bảo Mật https://arcwise.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Copilot for Sheets - by Arcwise",
    "description": "Use the AI behind ChatGPT to explain, transform, and ingest data in Sheets with text commands! Just press Cmd+Shift+1 \/ Ctrl+Shift+1",
    "homepage_url": "https:\/\/arcwise.ai",
    "version": "1.6.2",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlsZRIRQ5OHT+AolsjxN4\/Z6+9tHVAnDbepkPTFSaYlATbj\/VOd9Bco6xntHSsQsCl0DcSdrjUDmOwmUSVselFCEUlsUql9TZbz5zgToCgIGeG463s1cSssr\/QwSMaGy6qkdIwZ3snNX2NagRCa9O4apBOpN1gJDEuxrKspWXfWR+McMqOZlFBWo\/mqK2WXMVysLBIhgvSRysww\/LIxovEuD7fb+\/OBfWE9ZWpDFlDrwtpu+2nY3917Yn7VSm3dq4JYuy1X+\/fCSSgaef8mzssFOSJxQKizKAQzsYySkuy9AJ0kaydOGHa2CABaUJniI+YdBq7Q1m9QzmJFfX6UcldwIDAQAB",
    "background": {
        "service_worker": "build\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_action": {
            "description": "Summon the Arcwise AI command palette.",
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "sheets-styles.css"
            ],
            "js": [
                "loader-sheets-content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "build\/*",
                "icons\/*"
            ]
        }
    ],
    "permissions": [
        "background",
        "scripting",
        "storage",
        "clipboardWrite",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/arcwise.app\/*"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png"
    }
}