CollabDown

Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.

Was ist CollabDown?

CollabDown ist eine Chrome-Erweiterung, die von https://humaidq.ae entwickelt wurde, und ihr Hauptmerkmal ist "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".

Erweiterungsscreenshots

screenshot

CollabDown-Erweiterungs-CRX-Datei herunterladen

Laden Sie CollabDown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CollabDown CollabDown
ID ffgphkdmeoodlppmdmlonohncngfgnnk
Offizielle URL https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk
Beschreibung Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
Dateigröße 18.73 KB
Installationsanzahl 4,680
Aktuelle Version 1.2.2
Letztes Update 2021-01-30
Veröffentlichungsdatum 2020-11-13
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler https://humaidq.ae
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://git.sr.ht/~humaid/collabdown
Unterstützte Sprachen 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"
            ]
        }
    ]
}