Google Meet Visual Timer
This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
ما هو Google Meet Visual Timer؟
Google Meet Visual Timer هو إضافة Chrome تم تطويرها بواسطة https://timer.smartrday.com، والميزة الرئيسية لها هي "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Meet Visual Timer
قم بتنزيل ملفات الامتداد Google Meet Visual Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Take back control of your meetings.
Meetings can easily get out of hand and one solution is Timeboxing :
Keep track of the time and allocate specific amount of time to specific parts of the agenda. معلومات أساسية عن التمديد
| الاسم | |
| ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| الوصف | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
| حجم الملف | 130 KB |
| عدد التثبيتات | 9,000 |
| النسخة الحالية | 1.6.1 |
| آخر تحديث | 2020-12-07 |
| تاريخ النشر | 2020-06-15 |
| تقييم | 1.89/5 مجموع تقييمات 9 |
| المطور | https://timer.smartrday.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://timer.smartrday.com/ |
| عنوان صفحة المساعدة | http://timer.smartrday.com/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Fred Gouv",
"browser_action": {
"default_icon": {
"128": "images\/128.png",
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"default_popup": "index.html",
"default_title": "Google Meet Timer Visual"
},
"web_accessible_resources": [
"alarm.mp3",
"css\/bootstrap.min.css",
"css\/jquery-3.5.1.min.js",
"css\/bootstrap.bundle.min.js"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/meet.google.com\/*"
]
}
],
"description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.",
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"manifest_version": 2,
"name": "Google Meet Visual Timer",
"version": "1.6.1"
} | |