Meetingflow calendar extension

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

Co je Meetingflow calendar extension?

Meetingflow calendar extension je rozšíření Chrome vyvinuté https://meetingflow.com, a jeho hlavní funkcí je „Meetingflow is a product to help teams with the best practices for managing customer meetings.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Meetingflow calendar extension

Stáhněte si soubory rozšíření Meetingflow calendar extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
Oficiální URL https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg
Popis Meetingflow is a product to help teams with the best practices for managing customer meetings.
Velikost souboru 13.74 KB
Počet instalací 74
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-12-09
Datum Vydání 2022-07-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://meetingflow.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://meetingflow.com/support
URL Stránky Zásad Ochrany Soukromí https://meetingflow.com/privacy
Podporované Jazyky 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
}