Meetingflow calendar extension

Meetingflow is a product to help teams with the best practices for managing customer meetings.

What is Meetingflow calendar extension?

Meetingflow calendar extension is a Chrome extension developed by https://meetingflow.com, and its main feature is "Meetingflow is a product to help teams with the best practices for managing customer meetings.".

Extension Screenshots

screenshot

Download Meetingflow calendar extension Extension CRX File

Download Meetingflow calendar extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Meetingflow brings teams best practices for customer meetings. The Chrome extension enables you to open a Google Calendar event directly in Meetingflow in just once click.                    

Extension Basic Information

Name Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
Official URL https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg
Description Meetingflow is a product to help teams with the best practices for managing customer meetings.
File Size 13.74 KB
Installation Count 74
Current Version 1.0.3
Last Updated 2022-12-09
Publish Date 2022-07-24
Rating 5.00/5 Total 2 Ratings
Developer https://meetingflow.com
Email [email protected]
Payment Type free
Help Page URL https://meetingflow.com/support
Privacy Policy Page URL https://meetingflow.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetingflow calendar extension",
    "description": "Meetingflow is a product to help teams with the best practices for managing customer meetings.",
    "version": "1.0.3",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "inject_gcal.js"
            ],
            "run_at": "document_end",
            "css": [
                "style_gcal.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/app.meetingflow.com\/",
    "action": {
        "default_title": "Meetingflow options",
        "default_icon": "128.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "manifest_version": 3
}