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 - это расширение Chrome, разработанное https://easyinterview.site, и его основная функция - "EasyInterview will help you pass the interview and answer any questions.".
Снимки экрана расширения
Скачать файл CRX расширения EasyInterview: ChatGPT for Google Meet
Скачайте файлы расширений 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"
}
} | |