Timer for Google Meet

Realtime timer for google meet.

ما هو Timer for Google Meet؟

Timer for Google Meet هو إضافة Chrome تم تطويرها بواسطة https://www.zoomcorder.com، والميزة الرئيسية لها هي "Realtime timer for google meet.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Timer for Google Meet

قم بتنزيل ملفات الامتداد Timer for Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Keep track of time by sharing this exclusive Google Meet timer with members and friends by displaying a countdown timer on the screen. Set the countdown to match your needs and stay on track. NOTE: NEW version now compatible with the latest Google Meet.

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

 🎉 Click the "Add to Chrome"  button at the top right corner ⤴️  to immediately experience the goodness of this free and useful software! 

This extension is provided by Zoomcorder.com - a service to record ANY Zoom meeting without even attending! Zoomcorder's goal is to help you get the MOST from your Zoom and Google meetings by making it:
- Easy to connect from anywhere
- Record ANY Zoom meeting even without attending (or when not the host)
- Find the best webinars

🙏ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

🕵️‍♀️ PRIVACY POLICY
- What type of data will be collected?
To make sure and provide the fullest and best possible experience, we might need to gather certain information anonymously. 
Specifically, as soon as you will connect to a google meet reunion, we will be gathering info such as the videoconference's id, conserving it in our servers until the meeting will be over. This data will be used with the sole purpose of synchronizing your timer with the one of the other call participants. The moment you are going to update the timer, your username and your profile picture will be shared with the other members of the call to display a notification. None of this info will be stored on our servers.

Click "Add to Chrome" in the upper right corner to try it out.                    

معلومات أساسية عن التمديد

الاسم Timer for Google Meet Timer for Google Meet
ID dpdgjbnanmmlikideilnpfjjdbmneanf
عنوان URL الرسمي https://chromewebstore.google.com/detail/timer-for-google-meet/dpdgjbnanmmlikideilnpfjjdbmneanf
الوصف Realtime timer for google meet.
حجم الملف 291 KB
عدد التثبيتات 10,000
النسخة الحالية 9.0
آخر تحديث 2023-05-16
تاريخ النشر 2020-05-15
تقييم 2.53/5 مجموع تقييمات 19
المطور https://www.zoomcorder.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://Zoomcorder.com
عنوان صفحة المساعدة https://zoomcorder.com/support
عنوان صفحة سياسة الخصوصية https://zoomcorder.com/extension/privacy.html
اللغات المدعومة en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer for Google Meet",
    "description": "Realtime timer for google meet.",
    "default_locale": "en",
    "version": "9.0",
    "author": "DGT",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/zoom.us\/*",
        "https:\/\/*.zoomgov.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/*.gotomeet.me\/*",
        "https:\/\/*.gotowebinar.com\/*"
    ],
    "icons": {
        "16": ".\/src\/images\/logo_16.png",
        "32": ".\/src\/images\/logo_32.png",
        "48": ".\/src\/images\/logo_48.png",
        "128": ".\/src\/images\/logo_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/sounds\/ringtone.mp3",
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ],
            "js": [
                "src\/sdk\/socket.io-2.3.0.js",
                "src\/sdk\/sentry-5.21.1.js",
                ".\/src\/content.js"
            ],
            "css": [
                ".\/src\/styles.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}