Albato GPT-Assistant

Upgrade browsing with AI-powered text summaries, ChatGPT-crafted comments and share data with favorite apps via Albato GPT-Assistant

Albato GPT-Assistant란 무엇입니까?

Albato GPT-Assistant은(는) https://albato.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade browsing with AI-powered text summaries, ChatGPT-crafted comments and share data with favorite apps via Albato GPT-Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Albato GPT-Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the Albato GPT-Assistant for Google Chrome, a powerful and structured tool built upon the Albato platform to streamline your browsing experience with AI-enhanced text analysis and seamless integration with various systems. 

Boost your productivity and effortlessly integrate information into your desired systems, all while enjoying efficient text processing, AI-generated summaries, and explanations. 

Key Features:
1. Analyze web page text and send summaries to Trello, Slack, Google Sheets, Notion, or your preferred system.
2. AI-powered context menu options for selected text, including summarization, comment generation, text explanation, spelling and grammar check, and copy text functionality.

Setup Process:
1. Install the Albato Extension from the Chrome Web Store and pin it to the Chrome toolbar.
2. Install the Albato Solution and configure desired scenarios, such as Context Menu and Main 

Menu settings:
- Connect required apps and systems, set up a webhook, and configure the Incoming Data Filter.
- Customize app connections, automations, and replace default apps as needed.

You can find additional information and verify the installation by following the provided instructions: https://albato.com/blog/publications/how-to-use-albato-extension

Albato is an advanced no-code automation platform that simplifies tasks and optimizes workflows, allowing you to focus on growing your business. 

Effortlessly integrate popular apps like Slack, Trello, Google Sheets, and Mailchimp to boost efficiency, minimize errors, and enhance collaboration and teamwork. 

Join the Albato community and revolutionize your workflows with the extraordinary potential of no-code automation. Sign up for a free trial today!

https://albato.com/                    

확장 프로그램 기본 정보

이름 Albato GPT-Assistant Albato GPT-Assistant
ID oakdfimedmifpkhiefdlmaboniogkpio
공식 URL https://chromewebstore.google.com/detail/albato-gpt-assistant/oakdfimedmifpkhiefdlmaboniogkpio
설명 Upgrade browsing with AI-powered text summaries, ChatGPT-crafted comments and share data with favorite apps via Albato GPT-Assistant
파일 크기 567 KB
설치 횟수 58
현재 버전 1.1
최근 업데이트 2023-05-02
출시 날짜 2023-05-02
평점 5.00/5 총 1 개의 평점
개발자 https://albato.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://albato.com/blog/publications/how-to-use-albato-extension
도움말 페이지 URL https://albato.com/
개인정보 보호 정책 페이지 URL https://albato.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Albato GPT-Assistant",
    "version": "1.1",
    "description": "Upgrade browsing with AI-powered text summaries, ChatGPT-crafted comments and share data with favorite apps via Albato GPT-Assistant",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "Open settings"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}