KnowledgeOS™️ by Comake

Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.

Hvad er KnowledgeOS™️ by Comake?

KnowledgeOS™️ by Comake er en Chrome-udvidelse udviklet af https://comake.io, og dens hovedfunktion er "Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download KnowledgeOS™️ by Comake-udvidelses-CRX-fil

Download KnowledgeOS™️ by Comake-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        THIS EXTENSION IS NOT ACTIVELY MAINTAINED

-----

Easily manage all your cloud-based work contextually by project, team, client, class, and more. Pick up your work right where you left off across all your apps and accounts with one click!

🗂 EASILY CONTROL ALL YOUR WINDOWS & TABS
      ➤ Save groups of tabs in Comake Contexts. Easily organize your work by client, project, team, etc.
      ➤ Effortlessly leave off and pick up your work across different computers.
      ➤ Easily save and access websites, resources, and notes contextually pinning them to your Comake Contexts.

👩‍💻 CENTRALIZE ALL YOUR APPS & ACCOUNTS
KnowledgeOS automatically organizes your history, tabs, and other saved resources by App so that you can easily see all your work by App. It also helps you gives you easy action to common shortcuts like creating a new document, starting a call, and managing multiple accounts for several of your favorite webapps. This means you can be simultaneously logged into multiple accounts on Facebook, Box, and more!

🔍 ONE SEARCH BAR FOR EVERYTHING
Search across all your webapps, accounts, and browsing history at the same time! Perform basic actions, like creating a task, opening your sent messages in Gmail, and more with just a couple keystrokes!

🧠 CONTEXTUAL INTELLIGENCE
Supercharge your workflow with contextual knowledge around whatever you are doing. See related files, messages, people, tasks, projects, and more around whatever you are seeing on the screen. This can help you better understand your work in order to ultimately make better decisions.                    

Grundlæggende oplysninger om udvidelsen

Navn KnowledgeOS™️ by Comake KnowledgeOS™️ by Comake
ID lckjfjnkngpmcommhajdilngdhdclica
Officiel URL https://chromewebstore.google.com/detail/knowledgeos%EF%B8%8F-by-comake/lckjfjnkngpmcommhajdilngdhdclica
Beskrivelse Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.
Filstørrelse 2.63 MB
Antal Installationer 355
Nuværende Version 0.11.3
Senest Opdateret 2024-03-01
Udgivelsesdato 2020-10-17
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler https://comake.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://comake.io
Hjælpeside-URL https://www.comake.io/guide/overview
URL til Fortrolighedspolitik Side https://comake.io/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KnowledgeOS\u2122\ufe0f by Comake",
    "short_name": "KnowledgeOS",
    "description": "Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "js": [
                "\/static\/js\/partitions.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/home.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-32.png",
        "default_title": "Open Comake Navigator"
    },
    "commands": {
        "open-comake-navigator": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "windows": "Ctrl+Space",
                "mac": "Alt+Space"
            },
            "description": "Open Comake Navigator"
        },
        "open-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "mac": "Alt+Shift+Space"
            },
            "description": "Open Search"
        },
        "open-files": {
            "suggested_key": {
                "default": "Alt+F",
                "windows": "Alt+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Open Files"
        },
        "open-messages": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+Shift+M"
            },
            "description": "Open Messages"
        }
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "logo-16.png",
        "24": "logo-24.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "192": "logo-192.png"
    },
    "version": "0.11.3"
}