WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Conferfly Extension

Conferfly Extension

View on Chrome Web Store
View Conferfly Extension Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

All-in-one video conferencing optimization toolkit for Zoom, Microsoft Teams, Google Meet, and more.
Type
Extension
Users
1,000 users
2
Website conferfly.com
conferfly
View author page of conferfly
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 4, 2020
Version 1.7.43
Manifest version
3
Updated
Updated on July 4, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Conferfly Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Conferfly Extension",
    "version": "1.7.43",
    "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": [
                "*:\/\/*.webex.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/options.js",
                "js\/main.js",
                "img\/logo.png",
                "css\/main.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/conferfly.com\/*",
            "https:\/\/conferfly.dev\/*",
            "*:\/\/*\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top