WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Confluence Chrome Extension - Meetical

Confluence Chrome Extension - Meetical

View on Chrome Web Store
View Confluence Chrome Extension - Meetical Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (16 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Chrome Extension for Confluence to create Meeting Notes directly from your Google Calendar. Quick and easy meeting management.
Type
Extension
Users
2,000 users
Website meetical.io
Meetical
View author page of Meetical
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 28, 2019
Version 5.0.1
Manifest version
3
Updated
Updated on December 21, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Confluence Chrome Extension - Meetical 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",
    "name": "Confluence Chrome Extension - Meetical",
    "short_name": "Meetical",
    "version": "5.0.1",
    "manifest_version": 3,
    "description": "Chrome Extension for Confluence to create Meeting Notes directly from your Google Calendar. Quick and easy meeting management.",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "declarativeNetRequestWithHostAccess",
        "alarms"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/app.meetical.io\/*"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "omnibox": {
        "keyword": "mm"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "MacCtrl+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_popup": "pages\/popup\/popup.html",
        "default_title": "Meetical for Confluence"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "chunks\/957.js",
                "chunks\/640.js",
                "chunks\/74.js",
                "chunks\/622.js",
                "chunks\/366.js",
                "chunks\/316.js",
                "contentscripts\/calendar-widget.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": false
        },
        {
            "resources": [
                "chunks\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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