Tuskify Tagger for Evernote
Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!
Tuskify Tagger for Evernote क्या है?
Tuskify Tagger for Evernote https://tuskify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tuskify Tagger for Evernote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jopenbeecpicjacplbogcffolilcgldc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tuskify-tagger-for-everno/jopenbeecpicjacplbogcffolilcgldc |
विवरण | Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you! |
फ़ाइल का आकार | 1.2 MB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 2.0.4 |
अंतिम अपडेट | 2017-11-20 |
प्रकाशन तिथि | 2017-11-20 |
डेवलपर | https://tuskify.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.tuskify.com |
सहायता पृष्ठ URL | https://support.tuskify.com |
गोपनीयता नीति पृष्ठ URL | https://tuskify.com/Support/PrivacyPolicy |
समर्थित भाषाएँ | 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\/*" ] } |