Letsmeet for Gmail
Organize your meetings in seconds directly from Gmail
Letsmeet for Gmail là gì?
Letsmeet for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://letsmeet.network, và tính năng chính của nó là "Organize your meetings in seconds directly from Gmail".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Letsmeet for Gmail
Tải xuống các tệp mở rộng Letsmeet for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🚀 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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Letsmeet for Gmail |
ID | fmdakjljhodeogpegjpcbnnokcnbfopj |
URL Chính Thức | https://chromewebstore.google.com/detail/letsmeet-for-gmail/fmdakjljhodeogpegjpcbnnokcnbfopj |
Mô tả | Organize your meetings in seconds directly from Gmail |
Kích Thước Tệp | 2.21 MB |
Số Lần Cài Đặt | 304 |
Phiên Bản Hiện Tại | 1.34.2 |
Cập Nhật Lần Cuối | 2023-07-06 |
Ngày Phát Hành | 2021-03-24 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://letsmeet.network |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.letsmeet.network |
URL Trang Trợ Giúp | https://www.letsmeet.network/contact |
URL Trang Chính Sách Bảo Mật | https://web.letsme.et/r/pp |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |