AI Assistant

AI Assistant helps you answer question, summarize and explain pages and texts!

AI Assistant란 무엇입니까?

AI Assistant은(는) Castusoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI Assistant helps you answer question, summarize and explain pages and texts!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AI Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the revolutionary AI Assistance that will transform the way you browse the web! With this powerful tool at your fingertips, you can quickly and easily summarize any page, get in-depth explanations of complex concepts, and even get answers to your burning questions.

Gone are the days of sifting through endless pages of information, trying to find the needle in the haystack. Our AI extension leverages cutting-edge natural language processing and machine learning algorithms to deliver the most relevant and useful information to you in seconds.

Whether you're a student, professional, or just a curious individual, this extension will save you time and effort while providing valuable insights and knowledge. With its user-friendly interface and lightning-fast performance, it's the perfect tool for anyone who wants to stay on top of the latest trends and developments in their field.

So why wait? Download AI Assistant extension today and take your browsing experience to the next level!

Don't forget to relaunch your page after download!                    

확장 프로그램 기본 정보

이름 AI Assistant AI Assistant
ID manahiemhgolofngagbjjefiibejhcgm
공식 URL https://chromewebstore.google.com/detail/ai-assistant/manahiemhgolofngagbjjefiibejhcgm
설명 AI Assistant helps you answer question, summarize and explain pages and texts!
파일 크기 383 KB
설치 횟수 205
현재 버전 1.0
최근 업데이트 2023-04-10
출시 날짜 2023-04-10
평점 5.00/5 총 1 개의 평점
개발자 Castusoft
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://github.com/castusoft/chrome-privacy/blob/main/README.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Assistant",
    "version": "1.0",
    "description": "AI Assistant helps you answer question, summarize and explain pages and texts!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                ".\/lib\/ExtPay.js",
                ".\/js\/limits.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/lib\/ExtPay.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/logo\/logo_16.png",
        "32": ".\/logo\/logo_32.png",
        "48": ".\/logo\/logo_48.png",
        "128": ".\/logo\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "GPT Assistant"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}