All in one AI BOT

All in one AI BOT

All in one AI BOT란 무엇입니까?

All in one AI BOT은(는) umpixel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All in one AI BOT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

All in one AI BOT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing AIO Bot, your one-stop solution for accessing your favorite AI bots on any website, completely free of charge. With AIO Bot, you can easily access OpenAI ChatGPT, Google's Bard, and Bing Chat from a single extension, without opening new tabs or windows.

With AIO Bot, you can enjoy several exciting features, including ChatGPT accessibility on any website, no need to open a new tab every time you need help from ChatGPT. Bard is also integrated into the extension, allowing you to use it from anywhere with just one login. Additionally, Bing GPT is also available on every browser, giving you more options to choose from.

We've included a preview of the extension's functionality on our GitHub page, so you can see how seamless and easy it is to use.

Get started today and experience the convenience and power of AIO Bot! If you find our extension helpful, please consider supporting us through our BuyMeACoffee page.

Support me -> https://www.buymeacoffee.com/umpixel                    

확장 프로그램 기본 정보

이름 All in one AI BOT All in one AI BOT
ID nlfembngkmgelahbccckandolbmajjpm
공식 URL https://chromewebstore.google.com/detail/all-in-one-ai-bot/nlfembngkmgelahbccckandolbmajjpm
설명 All in one AI BOT
파일 크기 1.47 MB
설치 횟수 274
현재 버전 1.0.0
최근 업데이트 2023-05-05
출시 날짜 2023-05-04
평점 5.00/5 총 5 개의 평점
개발자 umpixel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/madhurgoyal19/aio-bot
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "All in one AI BOT",
    "version": "1.0.0",
    "description": "All in one AI BOT",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": ".\/assets\/128.png"
        },
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.bing.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules\/index.json"
            }
        ]
    }
}