CollabDown

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

Vad är CollabDown?

CollabDown är en Chrome-tillägg utvecklad av https://humaidq.ae, och dess huvudfunktion är "Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.".

Tilläggsskärmbilder

screenshot

Ladda ner CollabDown-förlängningens CRX-fil

Ladda ner CollabDown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CollabDown CollabDown
ID ffgphkdmeoodlppmdmlonohncngfgnnk
Officiell webbadress https://chromewebstore.google.com/detail/collabdown/ffgphkdmeoodlppmdmlonohncngfgnnk
Beskrivning Allows downloading Bb Collaborate recordings by adding a Download Recording item in the side menu.
Filstorlek 18.73 KB
Antal Installationer 4,680
Aktuell Version 1.2.2
Senast Uppdaterad 2021-01-30
Publiceringsdatum 2020-11-13
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare https://humaidq.ae
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://git.sr.ht/~humaid/collabdown
Stödda Språk 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"
            ]
        }
    ]
}