Gmeet Recording plugin
Gmeet Recording plugin
ما هو Gmeet Recording plugin؟
Gmeet Recording plugin هو إضافة Chrome تم تطويرها بواسطة https://hdvideomeet.com، والميزة الرئيسية لها هي "Gmeet Recording plugin".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmeet Recording plugin
قم بتنزيل ملفات الامتداد Gmeet Recording plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Recording plugin for HDVideomeet معلومات أساسية عن التمديد
| الاسم | |
| ID | afhdngndofliioielklldembhbpgnngj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj |
| الوصف | Gmeet Recording plugin |
| حجم الملف | 11.79 KB |
| عدد التثبيتات | 8,008 |
| النسخة الحالية | 0.2.0 |
| آخر تحديث | 2020-05-09 |
| تاريخ النشر | 2020-05-07 |
| تقييم | 1.86/5 مجموع تقييمات 7 |
| المطور | https://hdvideomeet.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/*.hdvideomeet.com\/*"
]
}
],
"description": "Gmeet Recording plugin",
"externally_connectable": {
"all_frames": true,
"matches": [
"https:\/\/*.hdvideomeet.com\/*"
]
},
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Gmeet Recording plugin",
"permissions": [
"desktopCapture"
],
"short_name": "Gmeet Recording plugin",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.2.0"
} | |