Gcal-Everywhere
Add events to google calendar with ease.
¿Qué es Gcal-Everywhere?
Gcal-Everywhere es una extensión de Chrome desarrollada por Shopo Listo, y su función principal es "Add events to google calendar with ease.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gcal-Everywhere
Descarga archivos de extensión Gcal-Everywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Gcal-Everywhere |
ID | glajafdknndmndfhdecggcbpaamhgfmf |
URL Oficial | https://chromewebstore.google.com/detail/gcal-everywhere/glajafdknndmndfhdecggcbpaamhgfmf |
Descripción | Add events to google calendar with ease. |
Tamaño del Archivo | 336 KB |
Cantidad de Instalaciones | 117 |
Versión Actual | 0.7 |
Última Actualización | 2013-02-11 |
Fecha de Publicación | 2013-02-11 |
Calificación | 3.22/5 Total de 9 Calificaciones |
Desarrollador | Shopo Listo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |