meetergo

Easy appointment scheduling for safer, faster, and more efficient communication.

meetergoとは何ですか?

meetergoはhttps://www.meetergo.comによって開発されたChromeの拡張機能で、その主な機能は「Easy appointment scheduling for safer, faster, and more efficient communication.」です。

拡張機能のスクリーンショット

screenshot

meetergo拡張機能のCRXファイルをダウンロード

meetergo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        meetergo is the most advanced qualification, routing and booking software, for B2B revenue teams that value privacy and conversions.

meetergo's online booking solutions help everyone who has more than 3 meetings per week to increase their business with more appointments, more conversions and more sales in less time by making communication not only easier and more efficient, but also more secure.

This chrome extension will help our customers to achieve their goals with little effort and less time to view their calendar, see when they have appointments, their availability and possibly book an appointment on the go which in turn increases their productivity.                    

拡張機能の基本情報

名前 meetergo meetergo
ID ipinhelbmkmbjfpnoakfjillakpjdipe
公式URL https://chromewebstore.google.com/detail/meetergo/ipinhelbmkmbjfpnoakfjillakpjdipe
説明 Easy appointment scheduling for safer, faster, and more efficient communication.
ファイルサイズ 654 KB
インストール数 51
現在のバージョン 3.0.1
最終更新日 2023-03-05
公開日 2022-01-13
評価 5.00/5 合計 5 レビュー
開発者 https://www.meetergo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.meetergo.com/
ヘルプページのURL https://help.meetergo.com/en/collections/3135694-getting-started
プライバシーポリシーページのURL https://www.meetergo.com/datenschutz
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "meetergo",
    "version": "3.0.1",
    "description": "Easy appointment scheduling for safer, faster, and more efficient communication.",
    "default_locale": "en",
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "meetergo",
        "default_icon": {
            "192": ".\/assets\/logo192.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.meetergo.com\/*",
        "https:\/\/meetergo.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png",
        "192": ".\/assets\/logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail-injector.js"
            ],
            "css": [
                "gmail.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin-main.js"
            ],
            "css": [
                "linkedin.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "gmail-loader.js",
                "gmail-main.js",
                "gmail.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "linkedin.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}