Desktop app for Google Tasks

Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click.

Desktop app for Google Tasksคืออะไร?

Desktop app for Google Tasks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tasksboard.app และคุณลักษณะหลักของมันคือ "Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop app for Google Tasks

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

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

                        The TasksBoard Chrome extension let you add a task to your Google Tasks in one click from any page on Google Chrome.

✅ TasksBoard lets you manage, edit and share your Google Tasks on a full-screen interface.

👥  Collaborate with your team in real-time with the option to share the lists.

✨  TasksBoard offers a Premium plan with additional features such as unlimited shared lists, customisable boards, tags and more.


⭐️ FEATURES

👌 Increase your productivity: Drag and drop your tasks from one list to another

🤝 Collaborate with your team: Share your Google Tasks lists with anyone

🗄️ Keep everything organized: Create multiple boards for each of your projects

🌈 Better Task management: Set highlight color to your lists to find them instantly

🏷️ Easily organize and prioritize your tasks with custom labels

📁 Attach documents from Google Drive directly to your tasks

✉️ Make emails actionable by turning them into tasks from within your Gmail inbox

💻 Access your Google Tasks directly on the desktop by installing the desktop app

🔑 Ensure secure sign-on with your team's existing Google credentials through Single-Sign-On authentication



🛟 SUPPORT

Need a helping hand? Have a look to our extensive guides, the documentation on https://tasksboard.com/support and/or contact us at [email protected]



💰 PRICING

TasksBoard has individual and enterprise Premium plans available. Check our pricing options: https://tasksboard.com/pricing



🔐  PRIVACY

By design, your data stays at all times on Google servers. We have no access to your data, and we never copy your tasks on our server..

Here's all the data we need in order to make TasksBoard work:
- Your email address - to know who you are
- Campaigns sent metadata (spreadsheet name, date of sending - that's all)
- Emails sent metadata (date of sending, open / clicks events - that's all again)

TasksBoard / TaskBoard complies with privacy laws (especially GDPR) to protect your data. 

Check out the full privacy policy on this page https://tasksboard.com/privacy


***********************************
WEBSITE: https://tasksboard.com
TWITTER: @tasksboard
SUPPORT: [email protected]                    

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

ชื่อ Desktop app for Google Tasks Desktop app for Google Tasks
ID lpofefdiokgmcdnnaigddelnfamkkghi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/desktop-app-for-google-ta/lpofefdiokgmcdnnaigddelnfamkkghi
คำอธิบาย Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click.
ขนาดไฟล์ 7.92 KB
จำนวนการติดตั้ง 556,301
เวอร์ชันปัจจุบัน 0.5.1
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2020-06-15
คะแนน 4.62/5 รวมทั้งหมด 810 คะแนน
ผู้พัฒนา https://tasksboard.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tasksboard.com
URL หน้าช่วยเหลือ https://tasksboard.com/help
URL หน้านโยบายความเป็นส่วนตัว https://tasksboard.app/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Desktop app for Google Tasks",
    "short_name": "Tasksboard",
    "description": "Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click.",
    "homepage_url": "https:\/\/tasksboard.com",
    "version": "0.5.1",
    "permissions": [
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/tasksboard.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_title": "Tasksboard",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}