LUZit - Click your text to the calendar

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

Qu'est-ce que LUZit - Click your text to the calendar ?

LUZit - Click your text to the calendar est une extension Chrome développée par luz-it, et sa fonction principale est "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LUZit - Click your text to the calendar

Téléchargez les fichiers d'extension LUZit - Click your text to the calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        הוספת אירוע ל-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!                    

Informations de Base sur l'Extension

Nom LUZit - Click your text to the calendar LUZit - Click your text to the calendar
ID kibiiafandkfafennedegfppdgdacedj
URL Officiel https://chromewebstore.google.com/detail/luzit-click-your-text-to/kibiiafandkfafennedegfppdgdacedj
Description LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text
Taille du Fichier 3.08 MB
Nombre d'Installations 1,815
Version Actuelle 0.0.0.6
Dernière Mise à Jour 2023-01-28
Date de Publication 2021-06-11
Évaluation 4.41/5 Total 17 Évaluations
Développeur luz-it
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}