Briefmatic Task Manager for Google Chrome™

Briefmatic is a task manager that connects you with tasks from all of your work files and collaboration tools.

Τι είναι το Briefmatic Task Manager for Google Chrome™;

Το Briefmatic Task Manager for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://briefmatic.com, και η κύρια λειτουργία του είναι "Briefmatic is a task manager that connects you with tasks from all of your work files and collaboration tools.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Briefmatic Task Manager for Google Chrome™

Λήψη αρχείων επέκτασης Briefmatic Task Manager for Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        All your tasks from all your tools, all in one place.

Briefmatic is a task manager that connects you with tasks from your Google Drive™, Google Docs™, Gmail™, Slack™ and more.

So you can stop wasting time manually creating to-do lists, and get back to being awesome!

How It Works

Sign In & Connect To Your Tools
Briefmatic monitors connected tools and notifies you of any new action items created.

Manage Your Work Your Way
Briefmatic gives you control over how you manage your tasks, with List, Kanban and Calendar views.

Embrace the power of @
Any time anyone @-mention's you in a connected tool, you'll get a task in Briefmatic.                    

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

Όνομα Briefmatic Task Manager for Google Chrome™ Briefmatic Task Manager for Google Chrome™
ID nacebcpaiaaglpddkjeeibkbbcpgmdfm
Επίσημο URL https://chromewebstore.google.com/detail/briefmatic-task-manager-f/nacebcpaiaaglpddkjeeibkbbcpgmdfm
Περιγραφή Briefmatic is a task manager that connects you with tasks from all of your work files and collaboration tools.
Μέγεθος Αρχείου 81.34 KB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 1.0.1.0
Τελευταία Ενημέρωση 2023-12-05
Ημερομηνία Δημοσίευσης 2023-01-31
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://briefmatic.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://briefmatic.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.briefmatic.com
URL της Σελίδας Πολιτικής Απορρήτου https://briefmatic.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1.0",
    "short_name": "Briefmatic",
    "name": "Briefmatic Task Manager for Google Chrome\u2122",
    "description": "Briefmatic is a task manager that connects you with tasks from all of your work files and collaboration tools.",
    "homepage_url": "https:\/\/briefmatic.com",
    "default_locale": "en",
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "24": "assets\/icons\/24.png",
            "32": "assets\/icons\/32.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png"
    },
    "permissions": [
        "identity",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.briefmatic.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "oauth2": {
        "client_id": "821751558409-nmk1ua98127kqp8sacgdd1ubgm3kvifu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwcJWiJDFHaGKQ+c9KjvHdQ4hgsFW4tnIvWm01twYJyYBTSwFh8tbyEu8jW3L4aLvLzPvm9PxtbzzMY0TCWaIpLVPiMc4PXOyb7+ET98l93vDQLrtDDp9OqrRFhVEJWLiRYoPtQzJy9zI6YbFGz10ubZEVwFCWOrvbUIjWd+CXwPDzq4mrQpBjrUfjHW2n8CLlvI96w9CRfLobVEe1GsJwOKFawQJ7x1EleM420pbpoHThSWXKbQlwCv7s+MJRPwEj2e2acsbP1AGai8WAPRZGBi74ROo8vDWuLifcxAvipXRlOl8kBSB+4R0QZj\/GRqMnz4Av\/yOvWia65qENK5OyQIDAQAB"
}