EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
什麼是EasyInterview: ChatGPT for Google Meet?
EasyInterview: ChatGPT for Google Meet是由https://easyinterview.site開發的Chrome擴展程式,該擴展的主要功能是“EasyInterview will help you pass the interview and answer any questions.”。
擴展截圖
下載EasyInterview: ChatGPT for Google Meet擴展crx文件
下載EasyInterview: ChatGPT for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.
擴展基本資訊
名稱 | EasyInterview: ChatGPT for Google Meet |
ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
官方網址 | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
簡介 | EasyInterview will help you pass the interview and answer any questions. |
檔案大小 | 73.98 KB |
安裝次數 | 24 |
目前版本 | 1.2.0 |
更新時間 | 2023-06-14 |
上架時間 | 2023-05-09 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://easyinterview.site |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://easyinterview.site/ |
隱私政策頁面URL | https://easyinterview.site/privacy-policy.html |
支援的語言 | 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" } } |