Save to Google Calendar
Send selected date on webpage to Google Calendar
What is Save to Google Calendar?
Save to Google Calendar is a Chrome extension developed by Naveen Alavilli, and its main feature is "Send selected date on webpage to Google Calendar".
Extension Screenshots
Download Save to Google Calendar Extension CRX File
Download Save to Google Calendar 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
Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.
Extension Basic Information
Name | Save to Google Calendar |
ID | jpoefccfjpcdglbnjfhomifadledaodm |
Official URL | https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm |
Description | Send selected date on webpage to Google Calendar |
File Size | 8.6 KB |
Installation Count | 57 |
Current Version | 1.0 |
Last Updated | 2021-09-16 |
Publish Date | 2021-09-16 |
Developer | Naveen Alavilli |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Google Calendar", "version": "1.0", "manifest_version": 2, "description": "Send selected date on webpage to Google Calendar", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "contextMenus" ] } |