EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
什么是EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet是由https://easyinterview.site开发的Chrome扩展程序,该扩展的主要功能是“EasyInterview will help you pass the interview and answer any questions.”。
扩展截图
下载EasyInterview: ChatGPT for Google Meet扩展crx文件
下载EasyInterview: ChatGPT for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet. 扩展基本信息
| 名称 | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| 官方URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
| 简介 | EasyInterview will help you pass the interview and answer any questions. |
| 文件大小 | 73.98 KB |
| 安装次数 | 24 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-06-14 |
| 上架时间 | 2023-05-09 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://easyinterview.site |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://easyinterview.site/ |
| 隐私政策页面URL | https://easyinterview.site/privacy-policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasyInterview: ChatGPT for Google Meet",
"description": "EasyInterview will help you pass the interview and answer any questions.",
"version": "1.2.0",
"author": "[email protected]",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "128.png"
}
},
"options_page": "popup.html",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"select2.min.css",
"style.css"
]
}
],
"host_permissions": [
"https:\/\/easyinterview.site\/*"
],
"permissions": [
"storage",
"tabs"
],
"icons": {
"16": "icon.png",
"32": "icon.png",
"64": "icon.png",
"128": "128.png"
}
} | |