Smart Calendar Event Maker

Add event to google calendar

Qu'est-ce que Smart Calendar Event Maker ?

Smart Calendar Event Maker est une extension Chrome développée par http://sceventmaker.blogspot.com, et sa fonction principale est "Add event to google calendar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Calendar Event Maker

Téléchargez les fichiers d'extension Smart Calendar Event Maker 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

                        The Smart Calendar Event Maker can help the users to identify the keywords such as date, time and location in any web-based email client and input them into their calendar and create a new event. By using the event maker, users can convert the emails into a new event by just few clicks.                    

Informations de Base sur l'Extension

Nom Smart Calendar Event Maker Smart Calendar Event Maker
ID jclgohncpocbbkbahnancpajgbmfinmh
URL Officiel https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh
Description Add event to google calendar
Taille du Fichier 589 KB
Nombre d'Installations 321
Version Actuelle 2.0
Dernière Mise à Jour 2015-04-24
Date de Publication 2015-04-24
Évaluation 3.50/5 Total 10 Évaluations
Développeur http://sceventmaker.blogspot.com
Type de Paiement free
Site Web de l'Extension http://sceventmaker.blogspot.hk/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calendar Event Maker",
    "description": "Add event to google calendar",
    "version": "2.0",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_32.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "editable_select.js",
            "extractor\/getDate.js",
            "extractor\/getVenue.js",
            "extractor\/lexer.js",
            "extractor\/lexicon.js",
            "extractor\/POSTagger.js",
            "extractor\/DateExtractor.js",
            "extractor\/VenueExtractor.js",
            "fileIO.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "setup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "storage"
    ]
}