Meeting Dolphin Google Calendar Tags
The best Google Calendar companion. Enables you to add tags to events, drive insights, search & filter and much more.
Meeting Dolphin Google Calendar Tags là gì?
Meeting Dolphin Google Calendar Tags là một tiện ích mở rộng Chrome được phát triển bởi https://meetingdolphin.com, và tính năng chính của nó là "The best Google Calendar companion. Enables you to add tags to events, drive insights, search & filter and much more.".
Ả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 Meeting Dolphin Google Calendar Tags
Tải xuống các tệp mở rộng Meeting Dolphin Google Calendar Tags 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
Meeting Dolphin helps you maximise your Google Calendar experience and optimize it for work purposes. Use it to tag calendar events, organise your week, set Active Hours, and Remove timestamps, ... all in one extension. Learn more @ https://meetingdolphin.com/extension Our blog @ https://meetingdolphin.com/blog FEATURES 🏷️ Tagging for Google Calendar Drag and drop tags to categorize an event. This makes it easy to visualize your week. 📊 Time Analytics See your weekly or monthly time allocation by tag as you shift views. Export your tag data to CSV on the web app. 🔍 Search & Filter Search and filter either by Tags or by Text using the search bar. The matches are highlighted directly in your current calendar view. Other FEATURES Set Work/Active Hours You never need to scroll up and down because Meeting Dolphin fixes your view to only your work/active hours. Hide timestamps: Clean up your events by removing the time stamps. PRIVACY & SECURITY At Meeting Dolphin, we believe that great software shouldn't come at a cost to privacy. Our extension securely stores your tags in the cloud so you can keep them backed up and accessible from anywhere you need them. Your data belongs to you, and we store it to provide value to you. Our extension uses read-only permissions for your calendar events. We do not store this data; its purpose is to programmatically link your tags to events. If you ever have questions about Meeting Dolphin's security practices or your data, reach out to us at [email protected]. SUPPORT Feel free to contact support at [email protected] and we'll reply as soon as possible.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meeting Dolphin Google Calendar Tags |
ID | opimkmliiphijnkokghkjggpgiajedea |
URL Chính Thức | https://chromewebstore.google.com/detail/meeting-dolphin-google-ca/opimkmliiphijnkokghkjggpgiajedea |
Mô tả | The best Google Calendar companion. Enables you to add tags to events, drive insights, search & filter and much more. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.0.0.5 |
Cập Nhật Lần Cuối | 2023-09-27 |
Ngày Phát Hành | 2023-04-01 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://meetingdolphin.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://meetingdolphin.com/extension |
URL Trang Trợ Giúp | https://meetingdolphin.com/support |
URL Trang Chính Sách Bảo Mật | https://meetingdolphin.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meeting Dolphin Google Calendar Tags", "description": "The best Google Calendar companion. Enables you to add tags to events, drive insights, search & filter and much more.", "version": "1.0.0.5", "manifest_version": 3, "icons": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader.29dcf6b1.js" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "run_at": "document_start" } ], "options_page": "src\/options\/options.html", "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" } }, "permissions": [ "storage", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/meetingdolphin.com\/*", "http:\/\/127.0.0.1:5173\/*", "http:\/\/127.0.0.1:4173\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhczdYkiyqicxj2giSqYFS1ibUp3FokDMHUC+1xL6Az7un72i2Suu\/iUvOHLJ1FU2ieHE4ahAAnCSxU5K77jq7c8yWTIE2yBvzPDyOrUfVbqUGLrup3xhJYuZmKrta5nFcUrPBdMU1v7IjgpyrPkKhm3PRri0aX+Kjp5Z4POc\/xfgPWchw0QhaJTXD2H6H1pDGXtRo0UOGGW2WIyMV3nbtomWo9Yv0jy+fBAJOBfW4ZOHMG7VFZt79zSHskJr02NejkJN4mLwxdeOiC1tXRZz22u4cK9EVYt3crkUz9+AVXcSoFwHX1Rrhl2NMFPIHt0oUueNbMMcaNl4UKSgufXbjwIDAQAB", "web_accessible_resources": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "resources": [ "assets\/Button.be4c5d80.js", "assets\/Divider.1306a992.js", "assets\/index.ts.3c2854a3.js" ], "use_dynamic_url": true } ] } |