Letsmeet for Gmail
Organize your meetings in seconds directly from Gmail
Letsmeet for Gmail란 무엇입니까?
Letsmeet for Gmail은(는) https://letsmeet.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your meetings in seconds directly from Gmail"입니다.
확장 프로그램 스크린샷
Letsmeet for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 We make it easy to ** find the best time ** to setup a meeting. No need to chat for 30 minutes with your team, prospects or business partners to plan a meeting. ① — Connect your calendar (*) ② — Add your guests ③ — Choose time preferences ④ — Send the magic link by email — Letsmeet will do the rest. (*) By connecting your calendar(s), Letsmeet knows when you're not available and will avoid overlapping meetings. 🔒 Your privacy matters: we won't store or share the contents of your calendars to anyone. 🤝 💡 Learn more and get started here : https://www.letsmeet.network ✍️ For support questions and info contact us at [email protected]
확장 프로그램 기본 정보
이름 | Letsmeet for Gmail |
ID | fmdakjljhodeogpegjpcbnnokcnbfopj |
공식 URL | https://chromewebstore.google.com/detail/letsmeet-for-gmail/fmdakjljhodeogpegjpcbnnokcnbfopj |
설명 | Organize your meetings in seconds directly from Gmail |
파일 크기 | 2.21 MB |
설치 횟수 | 304 |
현재 버전 | 1.34.2 |
최근 업데이트 | 2023-07-06 |
출시 날짜 | 2021-03-24 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://letsmeet.network |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.letsmeet.network |
도움말 페이지 URL | https://www.letsmeet.network/contact |
개인정보 보호 정책 페이지 URL | https://web.letsme.et/r/pp |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.34.2", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "icons": { "16": ".\/assets\/Favicon_16.png", "32": ".\/assets\/Favicon_32.png", "64": ".\/assets\/[email protected]", "128": ".\/assets\/[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/calendar.google.com\/*", "https:\/\/outlook.office.com\/*" ], "js": [ ".\/inboxsdk.js", "\/static\/js\/2.152efa23.chunk.js", "\/static\/js\/main.a5a34889.chunk.js", "\/static\/js\/runtime-main.2f6df4c2.js" ], "css": [ "\/static\/css\/main.ebe5763f.chunk.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/assets\/[email protected]" }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/calendar.google.com\/", "https:\/\/outlook.office.com\/", "tabs", "storage", "https:\/\/www.letsmeet.network\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/api.segment.io; object-src 'self'", "web_accessible_resources": [ "static\/media\/*.svg", "assets\/*.png" ], "oauth2": { "client_id": "430140455856-rfrm0ee8uhtng9ubb244tits5gbi19e6.apps.googleusercontent.com", "ms_client_id": "a2302d71-86a7-4dbd-9463-fca8a0236831", "scopes": [ "openid", "email", "profile" ] } } |