Huddle.team Scheduler
Schedule Meetings with Huddle.team
Co to jest Huddle.team Scheduler?
Huddle.team Scheduler to rozszerzenie Chrome opracowane przez FreeConferenceCall, a jego główną funkcją jest „Schedule Meetings with Huddle.team”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Huddle.team Scheduler
Pobierz pliki rozszerzeń Huddle.team Scheduler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily schedule a Huddle.team meeting from your Google Calendar™ by creating an event, then clicking Add and Save. You are able to join the meeting or host one from the Google Calendar™ event by clicking Join or Host.
Podstawowe informacje o rozszerzeniu
Nazwa | Huddle.team Scheduler |
ID | mkkpiilehhnnpejckdbgojffiokmpgll |
Oficjalny URL | https://chromewebstore.google.com/detail/huddleteam-scheduler/mkkpiilehhnnpejckdbgojffiokmpgll |
Opis | Schedule Meetings with Huddle.team |
Rozmiar pliku | 88.42 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 0.0.6.0 |
Ostatnia Aktualizacja | 2021-04-01 |
Data Publikacji | 2021-03-31 |
Deweloper | FreeConferenceCall |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.huddle.team |
Adres URL Strony Pomocy | https://www.huddle.team/support |
Adres URL Strony Polityki Prywatności | https://www.freeconferencecall.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.6.0", "manifest_version": 2, "description": "__MSG_extDescription__", "minimum_chrome_version": "29", "permissions": [ "storage", "identity", "*:\/\/*.huddle.team\/*" ], "background": { "page": "background.html", "persistent": false }, "icons": { "16": "icons\/dock_icon_16x16_active.png", "48": "icons\/dock_icon_48x48_active.png", "128": "icons\/dock_icon_128x128_active.png" }, "page_action": { "default_icon": { "16": "icons\/dock_icon_16x16.png", "48": "icons\/dock_icon_48x48.png", "128": "icons\/dock_icon_128x128.png" }, "default_title": "__MSG_extDefaultTitle__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/*" ], "js": [ "content.bundle.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "default_locale": "en", "web_accessible_resources": [ "images\/*.png" ] } |