CollabDown

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

Qu'est-ce que CollabDown ?

CollabDown est une extension Chrome développée par https://humaidq.ae, et sa fonction principale est "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CollabDown

Téléchargez les fichiers d'extension CollabDown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CollabDown CollabDown
ID ffgphkdmeoodlppmdmlonohncngfgnnk
URL Officiel https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk
Description Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
Taille du Fichier 18.73 KB
Nombre d'Installations 4,680
Version Actuelle 1.2.2
Dernière Mise à Jour 2021-01-30
Date de Publication 2020-11-13
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://humaidq.ae
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://git.sr.ht/~humaid/collabdown
Langues Prises en Charge 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"
            ]
        }
    ]
}