GalilAI

Get more time to do what you love with an AI-powered writing assistant

GalilAI là gì?

GalilAI là một tiện ích mở rộng Chrome được phát triển bởi https://galil.ai, và tính năng chính của nó là "Get more time to do what you love with an AI-powered writing assistant".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GalilAI

Tải xuống các tệp mở rộng GalilAI 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

                        GalilAI is an AI-powered extension that writes text for you. It's like having a virtual assistant to help with your writing. 

GalilAI is trained on millions of documents to produce high-quality writing. It can help you with everything from blog posts to email content. 

You're probably thinking, "I can already write my own text, why do I need this?" Well, GalilAI can help you write better, faster, and more efficiently. 

Here's how it works: 

1. You tell GalilAI what you want to write about. 
2. GalilAI comes up with a rough draft of the text. 
3. You review the draft and make any changes you want. 
4. GalilAI finalizes the text and you're ready to publish. 

It's that simple! GalilAI can help you save time and energy by doing the heavy lifting for you. 

So what are you waiting for? Install GalilAI today and start getting more time to do what you want.                    

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

Tên GalilAI GalilAI
ID dikcchebbhmfbfdcmhkcganfeagbijea
URL Chính Thức https://chromewebstore.google.com/detail/galilai/dikcchebbhmfbfdcmhkcganfeagbijea
Mô tả Get more time to do what you love with an AI-powered writing assistant
Kích Thước Tệp 554 KB
Số Lần Cài Đặt 869
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2023-03-09
Ngày Phát Hành 2022-08-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://galil.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://galil.ai
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1k1dHO1meHwEmEadYV4E6dE+BjrsoGFvJ0VldUy+8mkI8gT7jG2BvDh0SfVXwwxYSBTENqqPjl3pQtwaHIc4ltneWlCdnXFOyyWUX07LsNOinIY0EqjZ2xtmA9EZ9jX8CfCmi3S+2QBUDLSXza++brxvkm9rK4DjWSaYkjWJmwrOjpM3iSecESjarEj0fESz2W4w7qOujNl2SA7M25Fo0MXkSxYnJp3q0jqD+MWESUnhOSAmQUv8in+O\/9B340PM21RbNJO2JDvfCxqhWBQGnX5cfCbm5ttYKX7V4bOOzSbvMBS2Li9IRzNecPcNIofhvlGucIhqxNxO0KshS7EURQIDAQAB",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.11",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*",
                "https:\/\/medium.com\/new-story",
                "https:\/\/medium.com\/p\/*\/edit",
                "https:\/\/*.sharepoint.com\/*\/*\/doc.aspx*",
                "https:\/\/*.sharepoint.com\/*\/*\/*\/doc.aspx*",
                "https:\/\/*.sharepoint.com\/*\/*\/*\/*\/doc.aspx*",
                "https:\/\/*.sharepoint.com\/*\/*\/*\/*\/*\/doc.aspx*",
                "https:\/\/*.sharepoint.com\/*\/*\/*\/*\/*\/*\/doc.aspx*",
                "https:\/\/*.sharepoint.com\/*\/*\/*\/*\/*\/*\/*\/doc.aspx*",
                "https:\/\/onedrive.live.com\/edit.aspx*"
            ],
            "css": [],
            "js": [
                "js\/vendor\/angular.min.js",
                "js\/vendor\/angular-translate.min.js",
                "js\/vendor\/sentry-7.19.0.min.js",
                "js\/vendor\/mixpanel.min.js",
                "js\/services\/storage.js",
                "js\/app.js",
                "js\/services\/api.js",
                "js\/main.controller.js",
                "js\/content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/galil.ai\/verify\/*",
                "https:\/\/galil.ai\/*\/verify\/*",
                "https:\/\/galil.ai\/pt\/verify\/*"
            ],
            "js": [
                "js\/content\/verify.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/galil.ai\/*\/welcome",
                "https:\/\/galil.ai\/pt\/welcome",
                "https:\/\/galil.ai\/welcome"
            ],
            "js": [
                "js\/content\/welcome.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content\/smartinputs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "optional_host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "js\/*",
                "js\/vendor\/*",
                "js\/services\/*",
                "css\/*",
                "vendor\/**\/css\/*",
                "vendor\/**\/webfonts\/*",
                "vendor\/**\/js\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "GalilAI"
    }
}