Wrike ToDo list

Wrike ToDo is all about you. Create a task list just for yourself and see your Inbox notifications, without needing to open Wrike.

Wrike ToDo listคืออะไร?

Wrike ToDo list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wrike และคุณลักษณะหลักของมันคือ "Wrike ToDo is all about you. Create a task list just for yourself and see your Inbox notifications, without needing to open Wrike."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wrike ToDo list

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

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

                        What's wrong with sticky notes? They get lost easily, for one thing. Oh, and you can’t copy-and-paste or edit them. We know they were once an office staple, but that was so yesterday.

As a modern alternative, we’ve combined the simple beauty of sticky notes with the power of the digital workspace. In Chrome's new tab, you can create notes and to-do lists, and complete, prioritize, and edit them with the Wrike ToDo Chrome extension. Each note is a Wrike task, so if one line isn’t enough, just open it in Wrike.

You can benefit from this extension if you:
- Have a to-do, action, follow-up or just an interesting item to jot down 
- Want to check your personal to-do list
- Feel like you’re always forgetting something

All you have to do is open a new tab, and your item is there. Write, read, cross out. No pencil required.

Additional benefits:
- The Wrike ToDo Extension is clean, simple, and really fast
- You can choose a background that matches your mood 
- Notifications are viewable from Wrike
- You can build your personal productivity report or dashboard in Wrike 
- You can tag tasks in Wrike and they’ll appear in the new tab 

Note: A free or paid Wrike account is required to use Wrike ToDo.                    

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

ชื่อ Wrike ToDo list Wrike ToDo list
ID eopgmefbafmikfhhbdinpdpbiicbchce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wrike-todo-list/eopgmefbafmikfhhbdinpdpbiicbchce
คำอธิบาย Wrike ToDo is all about you. Create a task list just for yourself and see your Inbox notifications, without needing to open Wrike.
ขนาดไฟล์ 9.16 MB
จำนวนการติดตั้ง 10,662
เวอร์ชันปัจจุบัน 1.0.23
อัปเดตครั้งล่าสุด 2023-07-14
วันที่เผยแพร่ 2019-11-05
คะแนน 4.06/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Wrike
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wrike ToDo list",
    "version": "1.0.23",
    "default_locale": "en",
    "description": "Wrike ToDo is all about you. Create a task list just for yourself and see your Inbox notifications, without needing to open Wrike.",
    "icons": {
        "128": ".\/icons\/128.png",
        "48": ".\/icons\/48.png",
        "16": ".\/icons\/16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.wrike.com\/",
        "https:\/\/*.chromiumapp.org\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src https:\/\/www.wrike.com\/ https:\/\/app-eu.wrike.com\/ https:\/\/login.wrike.com\/; script-src 'self'; object-src 'self'; frame-src 'none'; child-src 'none'; font-src https:\/\/fonts.gstatic.com; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src 'self' data: https:\/\/www.wrike.com\/ https:\/\/app-eu.wrike.com\/ https:\/\/cdn.jsdelivr.net"
    },
    "homepage_url": "https:\/\/www.wrike.com"
}