CollabDown
Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
Hvad er CollabDown?
CollabDown er en Chrome-udvidelse udviklet af https://humaidq.ae, og dens hovedfunktion er "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".
Udvidelsesskærmbilleder
Download CollabDown-udvidelses-CRX-fil
Download CollabDown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
CollabDown allows users to download recordings from Bb Collaborate (Ultra) by adding a Download Recording item on the side menu. It also adds a playback speed button in the playback controls, so you can speed up the recording playback.
Grundlæggende oplysninger om udvidelsen
Navn | CollabDown |
ID | ffgphkdmeoodlppmdmlonohncngfgnnk |
Officiel URL | https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk |
Beskrivelse | Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu. |
Filstørrelse | 18.73 KB |
Antal Installationer | 4,680 |
Nuværende Version | 1.2.2 |
Senest Opdateret | 2021-01-30 |
Udgivelsesdato | 2020-11-13 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | https://humaidq.ae |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://git.sr.ht/~humaid/collabdown |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.", "manifest_version": 2, "name": "CollabDown", "version": "1.2.2", "homepage_url": "https:\/\/humaidq.ae\/projects\/collabdown", "icons": { "64": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*" ], "run_at": "document_idle", "js": [ "download.js" ] } ] } |