Yanado - Task Management inside Gmail

Yanado turns your Gmail into powerful collaboration tool. Create tasks and turn emails into tasks within seconds.

Yanado - Task Management inside Gmail क्या है?

Yanado - Task Management inside Gmail https://yanado.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Yanado turns your Gmail into powerful collaboration tool. Create tasks and turn emails into tasks within seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yanado - Task Management inside Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Yanado lets you create and manage your tasks and projects without leaving your Gmail.

CREATE TASKS FROM EMAILS
- Create tasks from emails with a single click, add them to projects and set reminders.
- Easily find email related to the tasks just by clicking on the task in the list.

TASK MANAGEMENT
- Create tasks and TO-DO lists in seconds within your Gmail.
- Use tags to improve search and organization of your tasks.
- Create custom statuses to support your own processes.

SHARE TASKS
- Delegate tasks and discuss details with your team members.

PROJECT MANAGEMENT
- Manage project progress and track who is doing what in your team.

DUE DATES & REMINDERS
- Never miss a deadline again by setting due date and reminders on your tasks (synced with Google Calendar).

REAL TIME NOTIFICATIONS
- Receive project updates right inside your Gmail and reduce the number of emails you are getting.

SUBTASKS
- Subtasks are great way to breakdown complex task into smaller steps.

VISUALISE YOUR WORK
-Choose between a simple list or a kanban-view with cards to easily visualize your work.

GREAT FOR
- If you spend majority of your time within your Gmail and you have lots of tasks to manage, Yanado is perfect tool for you to help you get organized better without leaving your Gmail.

For details about pricing, check the pricing page on our website.                    

एक्सटेंशन की मूल जानकारी

नाम Yanado - Task Management inside Gmail Yanado - Task Management inside Gmail
ID lcmhimhhdbhdjlbnfcknbnnffcikniec
आधिकारिक URL https://chromewebstore.google.com/detail/yanado-task-management-in/lcmhimhhdbhdjlbnfcknbnnffcikniec
विवरण Yanado turns your Gmail into powerful collaboration tool. Create tasks and turn emails into tasks within seconds.
फ़ाइल का आकार 281 KB
स्थापना संख्या 5,343
वर्तमान संस्करण 2.0.0.1
अंतिम अपडेट 2021-01-04
प्रकाशन तिथि 2020-06-04
रेटिंग 4.60/5 कुल 87 रेटिंग्स
डेवलपर https://yanado.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.yanado.com
सहायता पृष्ठ URL http://yanado.uservoice.com
गोपनीयता नीति पृष्ठ URL https://yanado.com/blog/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yanado - Task Management inside Gmail",
    "short_name": "Yanado",
    "description": "Yanado turns your Gmail into powerful collaboration tool. Create tasks and turn emails into tasks within seconds.",
    "version": "2.0.0.1",
    "icons": {
        "16": "\/icons\/icon_16.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "script\/static\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "script\/yanado.inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yanado.com\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.yanado.com; object-src 'self'",
    "permissions": [
        "notifications",
        "tabs",
        "*:\/\/mail.google.com\/*",
        "*:\/\/apis.google.com\/*",
        "*:\/\/*.pusher.com\/*",
        "*:\/\/*.yanado.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png"
        },
        "default_title": "Yanado",
        "default_popup": "popup\/popup.html"
    }
}