Meetingflow calendar extension

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

Qu'est-ce que Meetingflow calendar extension ?

Meetingflow calendar extension est une extension Chrome développée par https://meetingflow.com, et sa fonction principale est "Meetingflow is a product to help teams with the best practices for managing customer meetings.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Meetingflow calendar extension

Téléchargez les fichiers d'extension Meetingflow calendar extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
URL Officiel 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.
Taille du Fichier 13.74 KB
Nombre d'Installations 74
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-12-09
Date de Publication 2022-07-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://meetingflow.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://meetingflow.com/support
URL de la Page de Politique de Confidentialité https://meetingflow.com/privacy
Langues Prises en Charge 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
}