LUZit - Click your text to the calendar

LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text

Cos'è LUZit - Click your text to the calendar?

LUZit - Click your text to the calendar è un'estensione di Chrome sviluppata da luz-it, e la sua funzione principale è "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LUZit - Click your text to the calendar

Scarica i file di estensione LUZit - Click your text to the calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        הוספת אירוע ל-Google Calendar בלחיצה אחת!
סמנו טקסט בעברית שמכיל תאריך, שעה או מקום, ושנמצא בדפדפן הכרום (במייל, בפייסבוק, בווטצאפ-ווב או בכל אתר אחר). לחצו לחיצה ימנית על הטקסט המודגש, הקליקו על  LUZit, והתוסף יפתח טאב חדש עם אירוע Google Calendar שמכיל את המידע הרלוונטי מתוך הטקסט המודגש. 
כעת ניתן לבצע שינויים או תוספות, לשמור - והאירוע ביומן!

Add an event to your google calendar from any Hebrew text with one click! Highlight
 a text in Hebrew from any website open with chrome (the text should include information such as date, time or place). Right click the highlighted text, press "luz-it", and the extension will open a google calendar tab with the relevant details. You may make changes if you wish, and simply add it to your calendar!                    

Informazioni di Base sull'Estensione

Nome LUZit - Click your text to the calendar LUZit - Click your text to the calendar
ID kibiiafandkfafennedegfppdgdacedj
URL Ufficiale https://chromewebstore.google.com/detail/luzit-click-your-text-to/kibiiafandkfafennedegfppdgdacedj
Descrizione LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text
Dimensione del File 3.08 MB
Conteggio Installazioni 1,815
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2023-01-28
Data di Pubblicazione 2021-06-11
Valutazione 4.41/5 Totale 17 Valutazioni
Sviluppatore luz-it
Email [email protected]
Tipo di Pagamento free
Lingue Supportate iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LUZit - Click your text to the calendar",
    "short_name": "LUZit",
    "version": "0.0.0.6",
    "author": "Yiscah Levy Silas & Hillel Lehman",
    "description": "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text",
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "permissions": [
        "https:\/\/heb-text-to-calendar.herokuapp.com\/parse_text",
        "contextMenus"
    ]
}