EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Wat is EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet is een Chrome-extensie ontwikkeld door https://easyinterview.site, en de belangrijkste functie is "EasyInterview will help you pass the interview and answer any questions.".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyInterview: ChatGPT for Google Meet
Download EasyInterview: ChatGPT for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet. Basisinformatie over de Extensie
| Naam | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| Officiële URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
| Beschrijving | EasyInterview will help you pass the interview and answer any questions. |
| Bestandsgrootte | 73.98 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2023-06-14 |
| Publicatiedatum | 2023-05-09 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://easyinterview.site |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://easyinterview.site/ |
| URL van de Privacybeleid Pagina | https://easyinterview.site/privacy-policy.html |
| Ondersteunde Talen | 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"
}
} | |