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
Eメール [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
}