Helloii

Helloii

Helloii란 무엇입니까?

Helloii은(는) frnd.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helloii"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With Helloii, you don't have to worry about typing keywords into a search bar or scrolling through countless pages of search results. Instead, you can simply chat with ChatGPT and ask it questions in a natural way you search google on chrome                    

확장 프로그램 기본 정보

이름 Helloii Helloii
ID ceocjcfbmldpcgnfklmipgnpoabhfela
공식 URL https://chromewebstore.google.com/detail/helloii/ceocjcfbmldpcgnfklmipgnpoabhfela
설명 Helloii
파일 크기 353 KB
설치 횟수 592
현재 버전 3.0.4
최근 업데이트 2024-01-17
출시 날짜 2023-03-16
평점 4.92/5 총 24 개의 평점
개발자 frnd.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.helloii.com/
개인정보 보호 정책 페이지 URL https://chrome.helloii.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Helloii",
    "version": "3.0.4",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png"
    },
    "description": "Helloii",
    "homepage_url": "https:\/\/helloii.com\/",
    "short_name": "Helloii",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost\/",
        "http:\/\/127.0.0.1\/"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "tiny title"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}