AIVA - AI Virtual Agents

AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…

AIVA - AI Virtual Agents là gì?

AIVA - AI Virtual Agents là một tiện ích mở rộng Chrome được phát triển bởi https://aiva.best, và tính năng chính của nó là "AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AIVA - AI Virtual Agents

Tải xuống các tệp mở rộng AIVA - AI Virtual Agents 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

                        AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing  working with ChatGPT/Google Bard. With this innovative tool at your disposal, you can revolutionize your browsing experience and accomplish tasks more efficiently.

Notes:
 * The extension trigger DOM loaded (DOM blocking) in website page for listen and insert button show/hide main entension div and modal for show/edit/notification functions                    

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

Tên AIVA - AI Virtual Agents AIVA - AI Virtual Agents
ID koiljldemmaamjmhlhalhbonedpdcalc
URL Chính Thức https://chromewebstore.google.com/detail/aiva-ai-virtual-agents/koiljldemmaamjmhlhalhbonedpdcalc
Mô tả AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 6,235
Phiên Bản Hiện Tại 6.8.695
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2023-06-23
Đánh Giá 4.71/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://aiva.best
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://aiva.best
URL Trang Trợ Giúp https://aiva.best/privacy-policy/?updated=03072023
URL Trang Chính Sách Bảo Mật https://aiva.best/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "default_locale": "vi",
    "version": "6.8.695",
    "permissions": [
        "activeTab",
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/*.openai.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.aiva.best:*\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Launch ChatGPT"
    },
    "icons": {
        "16": "images\/icon16.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        },
        {
            "js": [
                "content_init.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "AIVA_db.js",
                "main.js",
                "obser_main_form.js",
                "fingerprint.min.js",
                "device-uuid.min.js",
                "formatHumanReadableNumber.js",
                "renderPrompts.js",
                "getExcerpt.js",
                "getLanguageName.js",
                "modifyUrlPromptID.js",
                "modify_prompt_submit_body.js",
                "add_AIVA_GPT_wrapper.js",
                "add_video_player.js",
                "renderCategories.js",
                "renderCategoriesEdit.js",
                "renderFormGPTField.js",
                "localizedHtml.js",
                "toggleLoading.js",
                "apiFetcher.js",
                "eventHandlers.js",
                "addFieldGPT.js",
                "removeFieldEditorGPT.js",
                "refreshPromptsList.js",
                "ViewSourceFormGPT.js",
                "removeNotgoodfriends.js",
                "renderAIVAFieldHTML.js",
                "refreshFormGPT.js",
                "src\/*.html",
                "lib\/*.js",
                "dist\/*.css",
                "_locales\/en\/messages.json",
                "_locales\/vi\/messages.json",
                "images\/AIVA_logo_chu_nhat_100.jpg",
                "translator.min.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}