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 هو إضافة Chrome تم تطويرها بواسطة https://easyinterview.site، والميزة الرئيسية لها هي "EasyInterview will help you pass the interview and answer any questions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyInterview: ChatGPT for Google Meet
قم بتنزيل ملفات الامتداد EasyInterview: ChatGPT for Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | in_app |
| موقع الإضافة | https://easyinterview.site/ |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |