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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tuskify Tagger for Evernote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Tuskify Tagger for Evernote Tuskify Tagger for 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\/*"
    ]
}