Gcal-Everywhere

Add events to google calendar with ease.

Cos'è Gcal-Everywhere?

Gcal-Everywhere è un'estensione di Chrome sviluppata da Shopo Listo, e la sua funzione principale è "Add events to google calendar with ease.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gcal-Everywhere

Scarica i file di estensione Gcal-Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gcal-Everywhere Gcal-Everywhere
ID glajafdknndmndfhdecggcbpaamhgfmf
URL Ufficiale https://chromewebstore.google.com/detail/gcal-everywhere/glajafdknndmndfhdecggcbpaamhgfmf
Descrizione Add events to google calendar with ease.
Dimensione del File 336 KB
Conteggio Installazioni 117
Versione Corrente 0.7
Ultimo Aggiornamento 2013-02-11
Data di Pubblicazione 2013-02-11
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore Shopo Listo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}