Helloii

Helloii

Helloii là gì?

Helloii là một tiện ích mở rộng Chrome được phát triển bởi frnd.ai, và tính năng chính của nó là "Helloii".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Helloii

Tải xuống các tệp mở rộng Helloii dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Helloii Helloii
ID ceocjcfbmldpcgnfklmipgnpoabhfela
URL Chính Thức https://chromewebstore.google.com/detail/helloii/ceocjcfbmldpcgnfklmipgnpoabhfela
Mô tả Helloii
Kích Thước Tệp 353 KB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2023-03-16
Đánh Giá 4.92/5 Tổng số 24 Đánh Giá
Nhà Phát Triển frnd.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.helloii.com/
URL Trang Chính Sách Bảo Mật https://chrome.helloii.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}