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.”。
扩展截图
下载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 |
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\/*" ] } ] } |