Any.do

Any.do helps you remember everything you have to do.

Τι είναι το Any.do;

Το Any.do είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.any.do, και η κύρια λειτουργία του είναι "Any.do helps you remember everything you have to do.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Any.do

Λήψη αρχείων επέκτασης Any.do σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Organize your life and team’s work with Any.do for Chrome!
“The world's #1 to-do list” by WSJ, Any.do is trusted by over 40 million people to easily organize, plan, and collaborate on tasks and projects.

Use Any.do for Chrome to:
• Create tasks in seconds
• Organize your tasks with drag-and-drop
• Check off your tasks from the extension without switching context
• Add websites as tasks or notes: Add web pages to your tasks, blog posts to your reading list, and work tasks to follow up on.

Accomplish more with Any.do on desktop and mobile:
• Capture any task right when it pops into your head
• Simply organize your tasks by dragging and dropping
• Easily set one-time and recurring reminders
• Collaborate with your team on any project
• Share responsibilities by assigning workspace tasks to others
• Connect your calendar to get a full overview of your day, week, or month

Works with over +6000 app integrations like WhatsApp, Google Calendar, Outlook, Gmail Zoom, Slack, Slack, Zapier, and more.

Try and see how Any.do will easily become your go-to place for getting more done.

• • •

Questions? Feedback? Visit our YouTube channel https://youtube.com/c/anydo, support center https://support.any.do, or contact our support team at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Any.do Any.do
ID kdadialhpiikehpdeejjeiikopddkjem
Επίσημο URL https://chromewebstore.google.com/detail/anydo/kdadialhpiikehpdeejjeiikopddkjem
Περιγραφή Any.do helps you remember everything you have to do.
Μέγεθος Αρχείου 4.93 MB
Αριθμός Εγκαταστάσεων 186,489
Τρέχουσα Έκδοση 4.0.9
Τελευταία Ενημέρωση 2024-02-06
Ημερομηνία Δημοσίευσης 2019-12-10
Αξιολόγηση 4.05/5 Συνολικά 2945 Αξιολογήσεις
Προγραμματιστής https://www.any.do
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.any.do
Διεύθυνση URL της Σελίδας Βοήθειας https://support.any.do
URL της Σελίδας Πολιτικής Απορρήτου https://www.any.do/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Any.do",
    "version": "4.0.9.1",
    "version_name": "4.0.9",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/www.any.do\/"
    ],
    "permissions": [
        "identity",
        "scripting",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/add-task\/index.html",
                "dist\/popup\/index.html",
                "dist\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/background\/index.mjs"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_title": "Open Any.do",
        "default_popup": "dist\/popup\/index.html"
    }
}