Add to Calendar

Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage

Add to Calendar क्या है?

Add to Calendar jrm.publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage"।

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

screenshot
screenshot

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

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

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

                        A simple extension to select dates on any webpage and add them to your Google calendar. 
Simply select the date, right click and choose: "Send selected date to my calendar".
The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. 
Please note that:
1) This extension only works with Google Calendar
2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event.
3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! 
Otherwise, Enjoy!                    

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

नाम Add to Calendar Add to Calendar
ID ciamdnecdjnljmaaoneckkojbdbkmdhe
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe
विवरण Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
फ़ाइल का आकार 134 KB
स्थापना संख्या 379
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-03-13
प्रकाशन तिथि 2019-03-13
डेवलपर jrm.publisher
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Add to Calendar",
    "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "images\/calendar.png",
        "48": "images\/calendar.png",
        "128": "images\/calendar.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}