meetergo

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

meetergoคืออะไร?

meetergo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.meetergo.com และคุณลักษณะหลักของมันคือ "Easy appointment scheduling for safer, faster, and more efficient communication."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย meetergo

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}