Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
¿Qué es Add to OmniFocus for Gmail?
Add to OmniFocus for Gmail es una extensión de Chrome desarrollada por https://schof.co, y su función principal es "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Add to OmniFocus for Gmail
Descarga archivos de extensión Add to OmniFocus for Gmail 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
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected] After installing, please reload any Gmail tabs you might have open, so that the button will show up. Note: this extension is in no way affiliated or created by Omnigroup.
Información Básica de la Extensión
Nombre | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
URL Oficial | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
Descripción | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
Tamaño del Archivo | 53.15 KB |
Cantidad de Instalaciones | 1,052 |
Versión Actual | 1.1.2 |
Última Actualización | 2020-07-09 |
Fecha de Publicación | 2019-07-22 |
Calificación | 3.50/5 Total de 8 Calificaciones |
Desarrollador | https://schof.co |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://schof.co |
URL de la Página de Ayuda | https://schof.co/?utm_source=gmail-omnifocus |
URL de la Página de Política de Privacidad | https://infowijs.nl/privacy?r=google-webstore |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to OmniFocus for Gmail", "short_name": "OmniFocus", "version": "1.1.2", "description": "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "content.js", "main.js", "vendor.js" ], "manifest_version": 2 } |