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 क्या है?

AIVA - AI Virtual Agents https://aiva.best द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AIVA - AI Virtual Agents एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम AIVA - AI Virtual Agents AIVA - AI Virtual Agents
ID koiljldemmaamjmhlhalhbonedpdcalc
आधिकारिक URL https://chromewebstore.google.com/detail/aiva-ai-virtual-agents/koiljldemmaamjmhlhalhbonedpdcalc
विवरण AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 6,235
वर्तमान संस्करण 6.8.695
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2023-06-23
रेटिंग 4.71/5 कुल 21 रेटिंग्स
डेवलपर https://aiva.best
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://aiva.best
सहायता पृष्ठ URL https://aiva.best/privacy-policy/?updated=03072023
गोपनीयता नीति पृष्ठ URL https://aiva.best/privacy-policy
समर्थित भाषाएँ 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
        }
    ]
}