EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Was ist EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet ist eine Chrome-Erweiterung, die von https://easyinterview.site entwickelt wurde, und ihr Hauptmerkmal ist "EasyInterview will help you pass the interview and answer any questions.".
Erweiterungsscreenshots
EasyInterview: ChatGPT for Google Meet-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyInterview: ChatGPT for Google Meet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| Offizielle URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
| Beschreibung | EasyInterview will help you pass the interview and answer any questions. |
| Dateigröße | 73.98 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2023-06-14 |
| Veröffentlichungsdatum | 2023-05-09 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://easyinterview.site |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://easyinterview.site/ |
| URL der Datenschutzrichtlinien-Seite | https://easyinterview.site/privacy-policy.html |
| Unterstützte Sprachen | 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"
}
} | |