Tuskify Tagger for Evernote
Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!
¿Qué es Tuskify Tagger for Evernote?
Tuskify Tagger for Evernote es una extensión de Chrome desarrollada por https://tuskify.com, y su función principal es "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tuskify Tagger for Evernote
Descarga archivos de extensión Tuskify Tagger for Evernote 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
Part of the problem with keeping Evernote organized is knowing what tags to add to your notes. Tuskify Tagger is an extension for Google Chrome that integrates with the Evernote website to help you add relevant tags to your notes. Simply write your notes in Chrome as you normally would and Tuskify Tagger suggests relevant tags based on what you've written. Any tags that are found will be suggested, providing an easy shortcut to add them to your note. Please note, a Tuskify account is required. Sign up for free at https://www.tuskify.com for even more ways to automate Evernote.
Información Básica de la Extensión
Nombre | |
ID | jopenbeecpicjacplbogcffolilcgldc |
URL Oficial | https://chrome.google.com/webstore/detail/tuskify-tagger-for-everno/jopenbeecpicjacplbogcffolilcgldc |
Descripción | Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you! |
Tamaño del Archivo | 1.2 MB |
Cantidad de Instalaciones | 57 |
Versión Actual | 2.0.4 |
Última Actualización | 2017-11-20 |
Fecha de Publicación | 2017-11-20 |
Desarrollador | https://tuskify.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.tuskify.com |
URL de la Página de Ayuda | https://support.tuskify.com |
URL de la Página de Política de Privacidad | https://tuskify.com/Support/PrivacyPolicy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tuskify Tagger for Evernote", "short_name": "Tuskify Tagger for Evernote", "description": "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!", "version": "2.0.4", "manifest_version": 2, "browser_action": { "default_icon": "img\/tusk-logo.png", "default_popup": "popup.html" }, "icons": { "64": "img\/tusk-logo.png" }, "author": { "name": "Tuskify", "twitter_handle": "tuskify" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-1.10.2.min.js", "js\/fuse-2.5.0.min.js", "js\/script.js" ], "matches": [ "*:\/\/*.evernote.com\/*" ] } ], "permissions": [ "storage", "identity", "https:\/\/www.tuskify.com\/api\/Tagger\/*" ], "web_accessible_resources": [ "js\/*" ] } |