Alicent for ChatGPT

A beautiful, supercharged ChatGPT experience for Chrome

Alicent for ChatGPT란 무엇입니까?

Alicent for ChatGPT은(는) https://alicent.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful, supercharged ChatGPT experience for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Alicent for ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✅ Instant access to ChatGPT from anywhere the web
✅ Use any page as context for prompts
✅ 250+ Expert Prompts Library

👋 Designed to look simple but built to be powerful, Alicent unlocks the full potential of ChatGPT for a truly optimized content creation experience. 

🪄 With customizable presets and priority support, Alicent streamlines your workflow and helps you get more done in less time. 

Whether you're a content creator, writer, blogger, marketer, or business looking to increase productivity, Alicent is the tool you need to transform your content generation process.                    

확장 프로그램 기본 정보

이름 Alicent for ChatGPT Alicent for ChatGPT
ID dfokodgnfocdblolphokhenneacpngml
공식 URL https://chromewebstore.google.com/detail/alicent-for-chatgpt/dfokodgnfocdblolphokhenneacpngml
설명 A beautiful, supercharged ChatGPT experience for Chrome
파일 크기 1.07 MB
설치 횟수 12,810
현재 버전 0.2.4
최근 업데이트 2023-12-26
출시 날짜 2023-03-21
평점 4.51/5 총 35 개의 평점
개발자 https://alicent.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://alicent.ai
도움말 페이지 URL https://support.alicent.ai
개인정보 보호 정책 페이지 URL https://alicent.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        }
    },
    "version": "0.2.4",
    "author": "Alicent LLC",
    "name": "Alicent for ChatGPT",
    "description": "A beautiful, supercharged ChatGPT experience for Chrome",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.4216ba25.js"
            ],
            "css": [
                "inter.61155640.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "Inter-Regular.8916030a.woff2",
                "Inter-Medium.27d01f9e.woff2",
                "Inter-SemiBold.a4d16b31.woff2",
                "Inter-Bold.8eb48754.woff2",
                "content.f5529fb8.css"
            ]
        }
    ]
}