Meetric.com Calendar Integration
Easily add Meetric.com meeting links in Google Calendar
Meetric.com Calendar Integration là gì?
Meetric.com Calendar Integration là một tiện ích mở rộng Chrome được phát triển bởi https://meetric.com, và tính năng chính của nó là "Easily add Meetric.com meeting links in Google Calendar".
Ả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 Meetric.com Calendar Integration
Tải xuống các tệp mở rộng Meetric.com Calendar Integration 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
Meetric is a meeting platform that helps companies capture, analyze and optimize sales meetings with AI.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meetric.com Calendar Integration |
ID | cekdbiabllbebcpnnhlmdjkaniplpnnl |
URL Chính Thức | https://chromewebstore.google.com/detail/meetriccom-calendar-integ/cekdbiabllbebcpnnhlmdjkaniplpnnl |
Mô tả | Easily add Meetric.com meeting links in Google Calendar |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 168 |
Phiên Bản Hiện Tại | 1.12.5 |
Cập Nhật Lần Cuối | 2023-02-02 |
Ngày Phát Hành | 2022-08-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://meetric.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.meetric.com |
URL Trang Trợ Giúp | https://www.meetric.com |
URL Trang Chính Sách Bảo Mật | https://www.meetric.com/compliance/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "1.12.5", "author": "agungjk", "name": "Meetric.com Calendar Integration", "description": "Easily add Meetric.com meeting links in Google Calendar", "permissions": [ "storage", "cookies" ], "background": { "service_worker": "background.5fadff2f.js" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "google-calendar.fa1967b8.js" ], "css": [] }, { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.upsales.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.meetric.com\/*" ], "js": [ "global.42dabcdd.js" ], "css": [ "global.b8abc9a3.css" ], "all_frames": true }, { "matches": [ "https:\/\/login.meetric.com\/login" ], "js": [ "meetric.8153cf9c.js" ], "all_frames": true, "css": [] }, { "matches": [ "https:\/\/*.hubspot.com\/*" ], "js": [ "hubspot.9ca1adee.js" ], "css": [] }, { "matches": [ "https:\/\/*.pipedrive.com\/*" ], "js": [ "pipedrive.d39ba204.js" ], "css": [] }, { "matches": [ "https:\/\/*.upsales.com\/*" ], "js": [ "upsales.b0103b69.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*.meetric.com\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.upsales.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/calendar.google.com\/*" ], "web_accessible_resources": [ { "resources": [ "128.png", "48.png", "scripts\/watcher.js" ], "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/login.meetric.com\/*" ] } ] } |