Helloii

Helloii

Helloiiคืออะไร?

Helloii เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frnd.ai และคุณลักษณะหลักของมันคือ "Helloii"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helloii

ดาวน์โหลดไฟล์ส่วนขยาย Helloii ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}