Save to Google Calendar
Send selected date on webpage to Google Calendar
Co to jest Save to Google Calendar?
Save to Google Calendar to rozszerzenie Chrome opracowane przez Naveen Alavilli, a jego główną funkcją jest „Send selected date on webpage to Google Calendar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save to Google Calendar
Pobierz pliki rozszerzeń Save to Google Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jpoefccfjpcdglbnjfhomifadledaodm | 
| Oficjalny URL | https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm | 
| Opis | Send selected date on webpage to Google Calendar | 
| Rozmiar pliku | 8.6 KB | 
| Liczba instalacji | 57 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2021-09-16 | 
| Data Publikacji | 2021-09-16 | 
| Deweloper | Naveen Alavilli | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
}  |  |