EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Co je EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet je rozšíření Chrome vyvinuté https://easyinterview.site, a jeho hlavní funkcí je „EasyInterview will help you pass the interview and answer any questions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EasyInterview: ChatGPT for Google Meet
Stáhněte si soubory rozšíření EasyInterview: ChatGPT for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.
Základní Informace o Rozšíření
Název | EasyInterview: ChatGPT for Google Meet |
ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
Oficiální URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
Popis | EasyInterview will help you pass the interview and answer any questions. |
Velikost souboru | 73.98 KB |
Počet instalací | 24 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-06-14 |
Datum Vydání | 2023-05-09 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://easyinterview.site |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://easyinterview.site/ |
URL Stránky Zásad Ochrany Soukromí | https://easyinterview.site/privacy-policy.html |
Podporované Jazyky | 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" } } |