Conferfly Extension

All-in-one video conferencing optimization toolkit for Zoom, Microsoft Teams, Google Meet, and more.

Was ist Conferfly Extension?

Conferfly Extension ist eine Chrome-Erweiterung, die von https://conferfly.com entwickelt wurde, und ihr Hauptmerkmal ist "All-in-one video conferencing optimization toolkit for Zoom, Microsoft Teams, Google Meet, and more.".

Erweiterungsscreenshots

screenshot

Conferfly Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Conferfly Extension-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

                        -------------------------------------- Meeting Tools --------------------------------------

✓ Auto-Close Google Meet Tab
Automatically close the Google Meet tab/window when the call has ended.

✓ Auto-Launch Zoom Meetings in Browser
Automatically open Zoom meetings in your browser, bypassing annoying pop-ups. The tab/window will automatically close after the call ends.

✓ Auto-Close Zoom Tab (App Join)
Automatically close the Zoom meeting tab/window 15 seconds after joining the meeting through the Zoom app or after 10 minutes of page inactivity.

✓ Auto-Launch Microsoft Teams Meetings in Browser
Automatically open Microsoft Teams meetings in your browser when you click the meeting button. The tab/window will close after the call ends.

✓ Auto-Close Teams Tab (App Join)
Automatically close the Microsoft Teams meeting tab/window 15 seconds after joining the meeting through the Teams app or after 10 minutes of page inactivity.

✓ Auto-Launch Webex Meetings in Browser
Automatically open Webex meetings in your browser when you click the meeting button. The tab/window will close after the call ends.

✓ Auto-Close Webex Tab (App Join)
Automatically close the Webex meeting tab/window 15 seconds after joining the meeting through the Teams app or after 10 minutes of page inactivity.

------------------------------------------- Utility -------------------------------------------

✓ Keep Computer Awake
Prevents screen (monitor/tv) from dimming and locking without changing the power settings on the computer.

✓ Display Exit Button on All Pages
Adds an exit button to the top left of the screen, as displayed on this page, to allow users to close tabs easily (Helpful in Kiosk Mode).


-------------------------------------- Conferfly.com --------------------------------------

✓ Conferfly in Kiosk Mode
 Sets Conferfly in Kiosk Mode (Full Screen). This can be applied now or configured for a specific time when using the option below.

✓ Close all Tabs/Windows and Reload Conferfly Daily at Specific Time
Enables browser clean up by automatically closing all windows and tabs at the defined time each day. Conferfly will be reloaded and will enter Kiosk Mode if enabled above. The default browser cleanup is set for midnight.

✓ Add Incognito Browser Button to Rooms
Adds a Chrome Incognito button to your Conferfly rooms that will open a new window in incognito mode.                    

Grundlegende Informationen zur Erweiterung

Name Conferfly Extension Conferfly Extension
ID mdkfiaghmngifghdafgglpfoimheoggb
Offizielle URL https://chromewebstore.google.com/detail/conferfly-extension/mdkfiaghmngifghdafgglpfoimheoggb
Beschreibung All-in-one video conferencing optimization toolkit for Zoom, Microsoft Teams, Google Meet, and more.
Dateigröße 118 KB
Installationsanzahl 264
Aktuelle Version 1.3.5
Letztes Update 2024-02-18
Veröffentlichungsdatum 2020-08-04
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://conferfly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://conferfly.com
Hilfeseite URL https://conferfly.com/contact-us
URL der Datenschutzrichtlinien-Seite https://conferfly.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Conferfly Extension",
    "version": "1.3.5",
    "short_name": "Conferfly",
    "author": "Conferfly",
    "description": "All-in-one video conferencing optimization toolkit for Zoom, Microsoft Teams, Google Meet, and more.",
    "action": {
        "default_title": "Conferfly",
        "default_icon": "img\/logo.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "alarms",
        "power",
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/injected.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/options.js",
                "js\/main.js",
                "js\/injected.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/conferfly.com\/*",
            "https:\/\/conferfly.dev\/*",
            "http:\/\/localhost:8080\/*"
        ]
    }
}