Gcal-Everywhere

Add events to google calendar with ease.

Gcal-Everywhere क्या है?

Gcal-Everywhere Shopo Listo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add events to google calendar with ease."।

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

screenshot
screenshot

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

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

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

                        Gcal-Everywhere allows you to harness the power of google's natural language processing to create calendar events with plain english sentences.

1) Select some text from any web page
2) Right-click, click on "add to google calendar"
3) Refine your selection (optional)
4) Create event!

Additionally, clicking on the Gcal-Everywhere button will bring up a traditional event dialog that allows you fine-grained control of your event.

Changelog

== 0.7 ==

Fixed critical bug: context menu does not reappear on restart

== 0.6 ==

Minor fixes

== 0.5 ==

Initial Release                    

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

नाम Gcal-Everywhere Gcal-Everywhere
ID glajafdknndmndfhdecggcbpaamhgfmf
आधिकारिक URL https://chromewebstore.google.com/detail/gcal-everywhere/glajafdknndmndfhdecggcbpaamhgfmf
विवरण Add events to google calendar with ease.
फ़ाइल का आकार 336 KB
स्थापना संख्या 117
वर्तमान संस्करण 0.7
अंतिम अपडेट 2013-02-11
प्रकाशन तिथि 2013-02-11
रेटिंग 3.22/5 कुल 9 रेटिंग्स
डेवलपर Shopo Listo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gcal-Everywhere",
    "version": "0.7",
    "icons": {
        "16": "img\/icon-small.png",
        "128": "img\/icon-big.png"
    },
    "description": "Add events to google calendar with ease.",
    "background": {
        "scripts": [
            "oauth\/chrome_ex_oauthsimple.js",
            "oauth\/chrome_ex_oauth.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/icon-big.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.googleapis.com\/auth\/calendar\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ]
}