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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AIVA - AI Virtual Agents is a powerful Chrome extension designed to enhance your productivity by introducing working with…"입니다.
확장 프로그램 스크린샷
AIVA - AI Virtual Agents 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 확장 프로그램 기본 정보
| 이름 | |
| 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
}
]
} | |