Portd
Speed dial to your remote meetings.
Portd là gì?
Portd là một tiện ích mở rộng Chrome được phát triển bởi Dovetail Applications, Inc, và tính năng chính của nó là "Speed dial to your remote meetings.".
Ả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 Portd
Tải xuống các tệp mở rộng Portd 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
Portd is a Speed Dial to your remote meetings. It connects with your work and personal Google/Microsoft/Calendly calendars and allows you to join your meetings from one-place with one-click. There are quick links to setup new meetings too and view details of existing meetings. It supports all popular video conferencing platforms. Visit our website https://portd.io to checkout all the supported platforms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Portd |
ID | idcinedpcpdoaompmjnmhcpeiohijcjd |
URL Chính Thức | https://chromewebstore.google.com/detail/portd/idcinedpcpdoaompmjnmhcpeiohijcjd |
Mô tả | Speed dial to your remote meetings. |
Kích Thước Tệp | 656 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 1.0.52 |
Cập Nhật Lần Cuối | 2022-11-28 |
Ngày Phát Hành | 2020-07-18 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Dovetail Applications, Inc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://portd.io |
URL Trang Chính Sách Bảo Mật | https://portd.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Portd", "version": "1.0.52", "manifest_version": 2, "description": "Speed dial to your remote meetings.", "author": "Piyush Santwani", "domain_url": "https:\/\/portd.io", "icons": { "16": "icons\/new_logo_high.png", "48": "icons\/new_logo_high.png", "128": "icons\/new_logo_high.png" }, "default_locale": "en", "background": { "scripts": [ "js\/utils.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/new_logo_high.png", "default_title": "Portd", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/*.zoom.us\/j\/*", "https:\/\/*.portd.io\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z" } } }, "content_scripts": [ { "matches": [ "*:\/\/*.portd.io\/auth\/*" ], "js": [ "src\/inject\/utils.js", "src\/inject\/transfer-auth-tokens.js" ] }, { "matches": [ "*:\/\/*.portd.io\/view-event-details?*" ], "js": [ "src\/inject\/utils.js", "src\/inject\/transfer-multi-calendar-workflow-setting.js" ] }, { "matches": [ "*:\/\/*.zoom.us\/*", "*:\/\/teams.microsoft.com\/*", "*:\/\/meet.google.com\/*", "*:\/\/*.calendly.com\/*" ], "js": [ "src\/inject\/utils.js", "src\/inject\/sidebar.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/portd.io; object-src 'self'", "web_accessible_resources": [ "src\/inject\/sidebar.html", "src\/inject\/notes.html", "src\/inject\/notes.js", "src\/inject\/utils.js", "src\/inject\/toggle-sidebar-btn.png", "src\/inject\/notes_theme.css", "src\/inject\/notes.css", "src\/inject\/rte.js" ] } |