Google Calendar: Add AND remove calendars
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
Co to jest Google Calendar: Add AND remove calendars?
Google Calendar: Add AND remove calendars to rozszerzenie Chrome opracowane przez Seth Walker, a jego główną funkcją jest „Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.”.
Pobierz plik CRX rozszerzenia Google Calendar: Add AND remove calendars
Pobierz pliki rozszerzeń Google Calendar: Add AND remove calendars 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
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
It also sorts coworkers calendars to put active calendars at the top. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dooidmblcmickgannljbomjfccagbhlh |
| Oficjalny URL | https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh |
| Opis | Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. |
| Rozmiar pliku | 194 KB |
| Liczba instalacji | 33 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2014-10-28 |
| Data Publikacji | 2014-10-28 |
| Deweloper | Seth Walker |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Calendar: Add AND remove calendars",
"description": "Chrome extension to turn the \"Add a coworker's calendar\" field in Google Calendar into a toggle for adding AND removing calendars.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/calendar\/*",
"http:\/\/www.google.com\/calendar\/*"
],
"js": [
"node_modules\/email-addresses\/lib\/email-addresses.js",
"node_modules\/underscore\/underscore.js",
"index.js"
],
"run_at": "document_end"
}
],
"permissions": [
"https:\/\/www.google.com\/calendar\/*"
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |