Smart Calendar Event Plus

Add event to google calendar

Smart Calendar Event Plus क्या है?

Smart Calendar Event Plus Tao Zeng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add event to google calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Calendar Event Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Create Google Calendar event from the selected text (based on Smart Calendar Event Maker). 

This extension will intelligently extract the date, time and location information from the selected text and create a Google Calendar event for you. 

Features:

- Recognize the US/Canadian/UK address. 
- Recognize the date and time (such as Oct 2, noon, tomorrow or 8:30pm). 
- Offer common venues (such as Husky Stadium, Seattle Art Museum) as location choices. 
- Convert common holidays (such as the Mother's Day, Black Friday, et al) to the actual date.
- Extract email subjects as the event title (supporting Gmail, Yahoo Mail and Outlook).
- Support time-zone. 
- Use Option to choose treating 06/04 as June 4 (default) or 6th April.                    

एक्सटेंशन की मूल जानकारी

नाम Smart Calendar Event Plus Smart Calendar Event Plus
ID amcdmclnhlmfbbljeaahhbckaieobhmf
आधिकारिक URL https://chromewebstore.google.com/detail/smart-calendar-event-plus/amcdmclnhlmfbbljeaahhbckaieobhmf
विवरण Add event to google calendar
फ़ाइल का आकार 516 KB
स्थापना संख्या 1,434
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2019-03-27
प्रकाशन तिथि 2019-03-26
रेटिंग 4.50/5 कुल 14 रेटिंग्स
डेवलपर Tao Zeng
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Calendar Event Plus",
    "version": "1.2.4",
    "description": "Add event to google calendar",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "editable_select.js",
            "extractor\/getDate.js",
            "extractor\/getAddress.js",
            "extractor\/getVenue.js",
            "extractor\/lexer.js",
            "extractor\/lexicon.js",
            "extractor\/POSTagger.js",
            "extractor\/DateExtractor.js",
            "extractor\/VenueExtractor.js",
            "extractor\/holiday.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "setup.html"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_32.png",
        "128": "assets\/icon_128.png"
    },
    "manifest_version": 2
}