Dokkio Sidebar

Integrate your digital life - web pages & apps, content, files, and messages.

Τι είναι το Dokkio Sidebar;

Το Dokkio Sidebar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dokkio.com, και η κύρια λειτουργία του είναι "Integrate your digital life - web pages & apps, content, files, and messages.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dokkio Sidebar

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

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

                        Sidebar adds intelligence to web pages and web apps. It automatically tags pages you view, along with your cloud files and messages, creating a powerful, searchable knowledge base that organizes your digital life.

Automatically tags as you browse
Sidebar analyzes, tags, and bookmarks each important page you see, automatically organizing by project, topic, or whatever is important to you.

Clip, Bookmark & Screenshot
Take clipping, bookmarking, and screenshots to a new level with Sidebar’s auto-tagging. Easily search across web content and files & emails.

MultiSearch - a personalized, extended search
Sidebar mirrors each web search you do with a search of your documents, files, messages and browsed pages. So you’ll always find what you need.

Learns as you work
Tags automatically show how each page relates to your digital life. And Dokkio learns as you browse, suggesting new tags for you.

Keeps you up to speed
One click shows all the important changes to your content. While “heads down” on one project, you’ll never miss updates that relate to others.

Dokkio Sidebar adds value to all your Chrome activity, including:
- Scanning email: instantly see how a message relates to your projects
- Authoring: easily find and embed links to relevant files as you write
- Web research: never lose track of a page you’ve seen; easily find it again
- MultiSearch: find files & documents, even if you search in the wrong place
- Context switch: quickly change your focus, and see all the related content

Dokkio is a powerful personal tool, but even more effective as a boost to team productivity. It creates a shared base of group knowledge and learns from every piece of content you create, edit or clip. Use it across your team to turn individual knowledge into team intelligence.                    

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

Όνομα Dokkio Sidebar Dokkio Sidebar
ID abackjffckgdkjdnonlpbfhnhgfdioel
Επίσημο URL https://chromewebstore.google.com/detail/dokkio-sidebar/abackjffckgdkjdnonlpbfhnhgfdioel
Περιγραφή Integrate your digital life - web pages & apps, content, files, and messages.
Μέγεθος Αρχείου 571 KB
Αριθμός Εγκαταστάσεων 935
Τρέχουσα Έκδοση 3.7.4
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2021-02-25
Αξιολόγηση 4.87/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://www.dokkio.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.dokkio.com/sidebar
Διεύθυνση URL της Σελίδας Βοήθειας https://www.dokkio.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.dokkio.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.7.4",
    "name": "Dokkio Sidebar",
    "description": "Integrate your digital life - web pages & apps, content, files, and messages.",
    "permissions": [
        "storage",
        "pageCapture",
        "",
        "https:\/\/api.dokkio.com\/*"
    ],
    "icons": {
        "16": "dokkio_cloud_16x16.png",
        "48": "dokkio_cloud_48x48.png",
        "96": "dokkio_cloud_96x96.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "sidebar_browser_logo_off.png"
        },
        "default_title": "Dokkio Extension",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "dokkio"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.dokkio.com\/*"
            ],
            "js": [
                "accessTokenFromDokkioPage.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.dokkio.com\/*",
                "https:\/\/*.dokkio-dev.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "panel.js"
    ]
}