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.

Wat is Google Calendar: Add AND remove calendars?

Google Calendar: Add AND remove calendars is een Chrome-extensie ontwikkeld door Seth Walker, en de belangrijkste functie is "Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.".

Download het CRX-bestand van de extensie Google Calendar: Add AND remove calendars

Download Google Calendar: Add AND remove calendars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Calendar: Add AND remove calendars Google Calendar: Add AND remove calendars
ID dooidmblcmickgannljbomjfccagbhlh
Officiële URL https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh
Beschrijving Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
Bestandsgrootte 194 KB
Aantal Installaties 33
Huidige Versie 0.1
Laatst Bijgewerkt 2014-10-28
Publicatiedatum 2014-10-28
Ontwikkelaar Seth Walker
Betalingswijze free
Ondersteunde Talen 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
}