CollabDown
Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
Wat is CollabDown?
CollabDown is een Chrome-extensie ontwikkeld door https://humaidq.ae, en de belangrijkste functie is "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie CollabDown
Download CollabDown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CollabDown |
ID | ffgphkdmeoodlppmdmlonohncngfgnnk |
Officiële URL | https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk |
Beschrijving | Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu. |
Bestandsgrootte | 18.73 KB |
Aantal Installaties | 4,680 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2021-01-30 |
Publicatiedatum | 2020-11-13 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://humaidq.ae |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://git.sr.ht/~humaid/collabdown |
Ondersteunde Talen | 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" ] } ] } |