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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tuskify.com และคุณลักษณะหลักของมันคือ "Still trying to remember which tags to add to your notes? Let Tuskify Tagger do it for you!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tuskify Tagger for Evernote

ดาวน์โหลดไฟล์ส่วนขยาย Tuskify Tagger for Evernote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}