Google Calendar Guests Modify Event Default

Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.

What is Google Calendar Guests Modify Event Default?

Google Calendar Guests Modify Event Default is a Chrome extension developed by Robin Drexler, and its main feature is "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.".

Extension Screenshots

screenshot

Download Google Calendar Guests Modify Event Default Extension CRX File

Download Google Calendar Guests Modify Event Default extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Calendar Guests Modify Event Default Google Calendar Guests Modify Event Default
ID hjhicmeghjagaicbkmhmbbnibhbkcfdb
Official URL https://chromewebstore.google.com/detail/google-calendar-guests-mo/hjhicmeghjagaicbkmhmbbnibhbkcfdb
Description Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.
File Size 66.23 KB
Installation Count 7,029
Current Version 0.3
Last Updated 2015-09-07
Publish Date 2015-09-07
Rating 3.62/5 Total 21 Ratings
Developer Robin Drexler
Email [email protected]
Payment Type free
Supported Languages 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
}