EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Vad är EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet är en Chrome-tillägg utvecklad av https://easyinterview.site, och dess huvudfunktion är "EasyInterview will help you pass the interview and answer any questions.".
Tilläggsskärmbilder
Ladda ner EasyInterview: ChatGPT for Google Meet-förlängningens CRX-fil
Ladda ner EasyInterview: ChatGPT for Google Meet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet. Grundläggande Information om Tillägg
| Namn | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| Officiell webbadress | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
| Beskrivning | EasyInterview will help you pass the interview and answer any questions. |
| Filstorlek | 73.98 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2023-06-14 |
| Publiceringsdatum | 2023-05-09 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://easyinterview.site |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://easyinterview.site/ |
| URL till Sekretesspolicy Sidan | https://easyinterview.site/privacy-policy.html |
| Stödda Språk | 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"
}
} | |