Google Calendar Guests Modify Event Default
Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.
Co to jest Google Calendar Guests Modify Event Default?
Google Calendar Guests Modify Event Default to rozszerzenie Chrome opracowane przez Robin Drexler, a jego główną funkcją jest „Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Calendar Guests Modify Event Default
Pobierz pliki rozszerzeń Google Calendar Guests Modify Event Default 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
Enables 'Guests can modify event' setting for google calendar by default, when creating a new event. Code is on Github: https://github.com/robin-drexler/Google-Calendar-Guests-Can-Modify-Event-By-Default
Podstawowe informacje o rozszerzeniu
Nazwa | Google Calendar Guests Modify Event Default |
ID | hjhicmeghjagaicbkmhmbbnibhbkcfdb |
Oficjalny URL | https://chromewebstore.google.com/detail/google-calendar-guests-mo/hjhicmeghjagaicbkmhmbbnibhbkcfdb |
Opis | Enables 'Guests can modify event' setting for google calendar by default, when creating a new event. |
Rozmiar pliku | 66.23 KB |
Liczba instalacji | 7,029 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2015-09-07 |
Data Publikacji | 2015-09-07 |
Ocena | 3.62/5 Łącznie 21 Oceny |
Deweloper | Robin Drexler |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Guests Modify Event Default", "version": "0.3", "icons": { "256": "\/img\/icons\/icon_256.png" }, "description": "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/www.google.com\/calendar\/*" ], "js": [ "\/js\/content_script.js" ] } ], "manifest_version": 2 } |