Tuskify Tagger for Evernote
Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!
Cos'è Tuskify Tagger for Evernote?
Tuskify Tagger for Evernote è un'estensione di Chrome sviluppata da https://tuskify.com, e la sua funzione principale è "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tuskify Tagger for Evernote
Scarica i file di estensione Tuskify Tagger for Evernote 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jopenbeecpicjacplbogcffolilcgldc |
URL Ufficiale | https://chrome.google.com/webstore/detail/tuskify-tagger-for-everno/jopenbeecpicjacplbogcffolilcgldc |
Descrizione | Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you! |
Dimensione del File | 1.2 MB |
Conteggio Installazioni | 57 |
Versione Corrente | 2.0.4 |
Ultimo Aggiornamento | 2017-11-20 |
Data di Pubblicazione | 2017-11-20 |
Sviluppatore | https://tuskify.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tuskify.com |
URL della Pagina di Aiuto | https://support.tuskify.com |
URL della Pagina della Politica sulla Privacy | https://tuskify.com/Support/PrivacyPolicy |
Lingue Supportate | 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\/*" ] } |