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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |