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.
O que é Google Calendar: Add AND remove calendars?
Google Calendar: Add AND remove calendars é uma extensão do Chrome desenvolvida por Seth Walker, e sua principal característica é "Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.".
Baixar o arquivo CRX da Extensão Google Calendar: Add AND remove calendars
Baixe arquivos de extensão Google Calendar: Add AND remove calendars no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dooidmblcmickgannljbomjfccagbhlh |
URL Oficial | https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh |
Descrição | Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. |
Tamanho do Arquivo | 194 KB |
Contagem de Instalações | 33 |
Versão Atual | 0.1 |
Última Atualização | 2014-10-28 |
Data de Publicação | 2014-10-28 |
Desenvolvedor | Seth Walker |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |