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 là gì?

Tuskify Tagger for Evernote là một tiện ích mở rộng Chrome được phát triển bởi https://tuskify.com, và tính năng chính của nó là "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tuskify Tagger for Evernote

Tải xuống các tệp mở rộng Tuskify Tagger for Evernote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tuskify Tagger for Evernote Tuskify Tagger for Evernote
ID jopenbeecpicjacplbogcffolilcgldc
URL Chính Thức https://chrome.google.com/webstore/detail/tuskify-tagger-for-everno/jopenbeecpicjacplbogcffolilcgldc
Mô tả Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2017-11-20
Ngày Phát Hành 2017-11-20
Nhà Phát Triển https://tuskify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tuskify.com
URL Trang Trợ Giúp https://support.tuskify.com
URL Trang Chính Sách Bảo Mật https://tuskify.com/Support/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}