EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Hvad er EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet er en Chrome-udvidelse udviklet af https://easyinterview.site, og dens hovedfunktion er "EasyInterview will help you pass the interview and answer any questions.".
Udvidelsesskærmbilleder
Download EasyInterview: ChatGPT for Google Meet-udvidelses-CRX-fil
Download EasyInterview: ChatGPT for Google Meet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| Officiel URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
| Beskrivelse | EasyInterview will help you pass the interview and answer any questions. |
| Filstørrelse | 73.98 KB |
| Antal Installationer | 24 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2023-06-14 |
| Udgivelsesdato | 2023-05-09 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://easyinterview.site |
| [email protected] | |
| Betalingsmetode | in_app |
| Udvidelseswebsted | https://easyinterview.site/ |
| URL til Fortrolighedspolitik Side | https://easyinterview.site/privacy-policy.html |
| Understøttede Sprog | 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"
}
} | |