One Click Add to Todoist

Ctrl-Q. This extension allows you to add the current webpage to your Todoist inbox with one click or a shortcut.

One Click Add to Todoistคืออะไร?

One Click Add to Todoist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://charp.io และคุณลักษณะหลักของมันคือ "Ctrl-Q. This extension allows you to add the current webpage to your Todoist inbox with one click or a shortcut."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Add to Todoist

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

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

                        Add any webpage to your Todoist Inbox with one click or CONTROL-Q. Adds a clickable link as a task in your Todoist Inbox. The title of the webpage is the text of the task. The url of the page is the link used when you click the task.

New in Version 1.4:
- Change the keyboard shortcut
- Set a default Todoist project for your task: Inbox or any custom project
- Set a default due date for all new tasks

1.4.5: Bug fixes.

Works great with GMail. To add an email to your Todoist Inbox, just click CONTROL-Q (Mac:CTRL-Q). That is it. Uninstall the Todoist GMail plugin so you don't have it messing up your GMail workflow. 

Great for GTD workflow - add to TD Inbox with CONTROL-Q and move on to the next task.

This extension uses Oauth2 to authenticate you with Todoist - so your credentials stay secure. Syncs across all your Chrome browsers - install and authenticate once and it will work on all your Chrome desktop installs.

KEYBOARD SHORTCUT: CONTROL-Q to add the current webpage to your Todoist Inbox. Same on MacOS: CONTROL-Q (not Command).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ One Click Add to Todoist One Click Add to Todoist
ID kcpiieloigaemfamiaegmpameonidkcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-add-to-todoist/kcpiieloigaemfamiaegmpameonidkcg
คำอธิบาย Ctrl-Q. This extension allows you to add the current webpage to your Todoist inbox with one click or a shortcut.
ขนาดไฟล์ 11.45 KB
จำนวนการติดตั้ง 446
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2017-05-11
วันที่เผยแพร่ 2017-05-11
คะแนน 3.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://charp.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://charp.io/one-click-add-to-todoist-chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://dndemail.com/legal
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Add to Todoist",
    "description": "Ctrl-Q. This extension allows you to add the current webpage to your Todoist inbox with one click or a shortcut.",
    "version": "1.4.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "oauth2": {
        "client_id": "113b28db2b004e5ca81210413fa6bdd8",
        "scopes": [
            "task:add"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/todoist.com\/*"
    ]
}