Zoom Seeker

This app adds powerful and time saving control features to Zoom recorded meetings making it easier to play back recorded meetings.…

ما هو Zoom Seeker؟

Zoom Seeker هو إضافة Chrome تم تطويرها بواسطة Zoomcorder.com، والميزة الرئيسية لها هي "This app adds powerful and time saving control features to Zoom recorded meetings making it easier to play back recorded meetings.…".

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

screenshot

تحميل ملف CRX للإضافة Zoom Seeker

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

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

                        This app adds powerful and time saving control features to Zoom recorded meetings making it easier to play back recorded meetings. It's a must have for Zoom users. 

Here's how it works. When viewing a pre-recorded Zoom meeting: 
    1) pause/play by hitting 'space' key or 'p' key
    2) Seek forward and backward by pressing Right and Left on your keyboard.
    3) Change playback-speed by pressing Shift+'>'/'<'

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

This software is provided by Zoomcorder.com where you can record any Zoom or Google Meet without attending and get a video sent to watch later. 

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!

🕵️‍♀️ PRIVACY POLICY
  We don't know who you are. We don't store your data.

🙏ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Please leave us feedback about how Zoomcorder.com can improve your video meeting experience because we want to hear from you. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

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

الاسم Zoom Seeker Zoom Seeker
ID abmjfhfnoooiokldgghjieddiolgegce
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoom-seeker/abmjfhfnoooiokldgghjieddiolgegce
الوصف This app adds powerful and time saving control features to Zoom recorded meetings making it easier to play back recorded meetings.…
حجم الملف 359 KB
عدد التثبيتات 2,000
النسخة الحالية 7.0
آخر تحديث 2022-02-10
تاريخ النشر 2020-06-03
تقييم 4.88/5 مجموع تقييمات 16
المطور Zoomcorder.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://zoomcorder.com/extension/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoom Seeker",
    "version": "7.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fadeout.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fadeout.css",
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}