FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
¿Qué es FetCal?
FetCal es una extensión de Chrome desarrollada por Unknown, y su función principal es "Adds a button to FetLife that will let you add Google Calendar events from the page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FetCal
Descarga archivos de extensión FetCal 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
Do you keep missing FetLife events because your Google Calendar runs your life? This extension puts a button on FetLife event pages which, when clicked, will take you *directly* to a Google Calendar new event with all the details filled out. No more missed events for you!
Información Básica de la Extensión
Nombre | FetCal |
ID | bldlndmpoklbkgkgihchgdfhfpmhklnk |
URL Oficial | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk |
Descripción | Adds a button to FetLife that will let you add Google Calendar events from the page |
Tamaño del Archivo | 72.21 KB |
Cantidad de Instalaciones | 22 |
Versión Actual | 1.1.0 |
Última Actualización | 2020-06-01 |
Fecha de Publicación | 2020-06-01 |
Calificación | 1.67/5 Total de 3 Calificaciones |
Desarrollador | Unknown |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FetCal", "version": "1.1.0", "description": "Adds a button to FetLife that will let you add Google Calendar events from the page", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/events\/*" ], "js": [ "lib\/date.format\/date.format.js", "src\/inject.js" ] } ], "icons": { "16": "images\/fetcal-icon-16.png", "32": "images\/fetcal-icon-32.png", "48": "images\/fetcal-icon-48.png", "128": "images\/fetcal-icon-128.png" }, "manifest_version": 2 } |