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. 拡張機能の基本情報
| 名前 | |
| ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
| 公式URL | 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 |
| Eメール | [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"
}
} | |