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.

¿Qué es Google Calendar: Add AND remove calendars?

Google Calendar: Add AND remove calendars es una extensión de Chrome desarrollada por Seth Walker, y su función principal es "Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.".

Descargar Archivo CRX de la Extensión Google Calendar: Add AND remove calendars

Descarga archivos de extensión Google Calendar: Add AND remove calendars en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Google Calendar: Add AND remove calendars Google Calendar: Add AND remove calendars
ID dooidmblcmickgannljbomjfccagbhlh
URL Oficial https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh
Descripción Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
Tamaño del Archivo 194 KB
Cantidad de Instalaciones 33
Versión Actual 0.1
Última Actualización 2014-10-28
Fecha de Publicación 2014-10-28
Desarrollador Seth Walker
Tipo de Pago free
Idiomas Soportados 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
}