ICS to GCal
Import .ics files into Google Calendar with just two clicks
Τι είναι το ICS to GCal;
Το ICS to GCal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fabian Henneke, και η κύρια λειτουργία του είναι "Import .ics files into Google Calendar with just two clicks".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ICS to GCal
Λήψη αρχείων επέκτασης ICS to GCal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
*** NOTE: Google Calendar's own ICS import functionality has been improved and may replace ICS to GCal for you: https://calendar.google.com/calendar/r/settings/export ***
Found an interesting event online that comes as an iCal file (*.ics) and want to import it into one of your Google calendars? With ICS to GCal this will take just two clicks - no need to open the Google Calendar settings and pollute your list of calendars.
ICS to GCal correctly imports recurrent events (to the extent they are supported by Google Calendar) and automatically fixes some deviations from the iCalendar specification that are rather common (such as trailing commas in date lists, exceptional dates not specified with the correct time,...).
How to use:
0. Before the first use, click on the extension symbol in the browser toolbar to allow access to you calendars.
1. Right-click on a link to an iCal file (*.ics).
2. Select a calendar under "Add to calendar".
A popup notification will inform you about the number of events added and allow you to view the event or undo the changes while they have not been committed.
Source code: (MIT License)
Please see below for libraries used and their associated license:
ical.js
Mozilla Public License Version 2.0
chrome-promise
The MIT License (MIT)
Copyright (c) 2015 Tomás Fox
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ljobcbehhifehkmamikmchekbbljopao |
| Επίσημο URL | https://chromewebstore.google.com/detail/ics-to-gcal/ljobcbehhifehkmamikmchekbbljopao |
| Περιγραφή | Import .ics files into Google Calendar with just two clicks |
| Μέγεθος Αρχείου | 47.42 KB |
| Αριθμός Εγκαταστάσεων | 13,991 |
| Τρέχουσα Έκδοση | 0.9.1 |
| Τελευταία Ενημέρωση | 2020-11-25 |
| Ημερομηνία Δημοσίευσης | 2020-05-16 |
| Αξιολόγηση | 3.86/5 Συνολικά 21 Αξιολογήσεις |
| Προγραμματιστής | Fabian Henneke |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/FabianHenneke/ics2gcal |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/FabianHenneke/ics2gcal |
| URL της Σελίδας Πολιτικής Απορρήτου | https://hen.ne.ke/webstore-privacy |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ICS to GCal",
"short_name": "ICS2GCal",
"version": "0.9.1",
"description": "Import .ics files into Google Calendar with just two clicks",
"icons": {
"128": "images\/logo_active.png"
},
"author": "Fabian Henneke",
"homepage_url": "https:\/\/github.com\/FabianHenneke\/ics2gcal",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgOOWm\/6fFzxL5P6zwlMPfJD+W7qdzXBmW50TvqN3BrZH3\/9wcoc6q2vqnhqGmIrl1T\/lHlRsN1yt3jKXzyYFRwg+kcvWZPFcerRmTGKcFeFb2nMZ\/2UzwrmojhE1IBnNohfqrmyFvGYnIR85dwePXrP+KKJI4kBzh9bdqpQmPOYhQGDSP6qOvl9Q6jqsWMXGI8pYAuMMmPidx0tu\/mEJA82LSZoGUMP8i7sx40FM09ztM2oSLxpD9JSprV9YqJG5xXUk6O2bHBoGwoC65UEC\/xkwgsTSaaCI0Te0FemIl\/pblishPvPX1mwHPkLH8AXT1DcDVmMyEhXW8eZjjXAENQIDAQAB",
"browser_action": {
"default_title": "Authorize",
"default_icon": {
"128": "images\/logo_inactive.png"
}
},
"background": {
"persistent": false,
"scripts": [
"node_modules\/ical.js\/build\/ical.min.js",
"node_modules\/chrome-promise\/chrome-promise.js",
"background.js"
]
},
"permissions": [
"activeTab",
"contextMenus",
"identity",
"https:\/\/www.googleapis.com\/calendar\/v3\/*",
" | |