Meetingflow calendar extension

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

什么是Meetingflow calendar extension?

Meetingflow calendar extension是由https://meetingflow.com开发的Chrome扩展程序,该扩展的主要功能是“Meetingflow is a product to help teams with the best practices for managing customer meetings.”。

扩展截图

screenshot

下载Meetingflow calendar extension扩展crx文件

下载Meetingflow calendar extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
官方URL https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg
简介 Meetingflow is a product to help teams with the best practices for managing customer meetings.
文件大小 13.74 KB
安装次数 74
当前版本 1.0.3
更新时间 2022-12-09
上架时间 2022-07-24
评分 5.00/5 共2次评分
开发者 https://meetingflow.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://meetingflow.com/support
隐私政策页面URL https://meetingflow.com/privacy
支持的语言 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
}