Degreed Extension

Track all your learning.

Hvad er Degreed Extension?

Degreed Extension er en Chrome-udvidelse udviklet af Degreed, og dens hovedfunktion er "Track all your learning.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Degreed Extension-udvidelses-CRX-fil

Download Degreed Extension-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

                        Bring learning into your everyday workflow with the Degreed button. You can track your learning from any website, share content with others, save for later, add to a Pathway, or search for content in Degreed without ever leaving the site you’re on. 

Track your learning: Track all your learning directly from your browser without leaving the page you’re on — and save comments about what you learned. 

Share with others: If you love what you learned, you can recommend it to a friend or a group. 

Save for later: If you find an article you want to read later, you can save it. If you forget, Degreed will recommend it in your feed.  

Add to Pathway or Plan: When building a Pathway or plan in Degreed, you can add to it directly from the Degreed Button. 

Add to catalog: If you have the “Manage Content” permission, you can add directly to the catalog. The Degreed Button will scrape the title, description, and image for the content if available, removing the need to manually add the information. You can also review and modify the title and description before the item is added to the catalog.

Find more learning resources: Find new learning resources and people to follow. If you want to learn more, search to see other learning items or find people to follow and see what they’re reading.  

Stay in touch with notifications: Your Degreed notifications are available directly. If someone recommends an item, you get notified without leaving the page you are on.                    

Grundlæggende oplysninger om udvidelsen

Navn Degreed Extension Degreed Extension
ID inehghpkjjjdgpnagcbogckbonilnidc
Officiel URL https://chromewebstore.google.com/detail/degreed-extension/inehghpkjjjdgpnagcbogckbonilnidc
Beskrivelse Track all your learning.
Filstørrelse 332 KB
Antal Installationer 1,042,452
Nuværende Version 8.0.1
Senest Opdateret 2023-11-18
Udgivelsesdato 2020-01-13
Bedømmelse 3.82/5 Samlet 60 Bedømmelser
Udvikler Degreed
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://degreed.com
URL til Fortrolighedspolitik Side https://degreed.com/about/privacy
Understøttede Sprog id,de,en,fil,fr,nl,vi,tr,es,it,hu,pl,ro,cs,el,ru,iw,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Degreed Extension",
    "description": "Track all your learning.",
    "version": "8.0.1",
    "icons": {
        "128": "assets\/128_on.png"
    },
    "action": {
        "default_title": "Degreed",
        "default_icon": {
            "128": "assets\/128_on.png"
        }
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "commands": {
        "run-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Will \"clear\" Degreed service host"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "trusted\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.degreed.com\/*",
            "https:\/\/*.degreed.app\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmb7FKqeMG6zPBkv0+XIpxcUD+I32c2foAs37Lc1JIJmzj0vVoxmDtyHUnixn+E7g+fAsg8Qxi3kWwnSLmDd9dIF0VWGjdGYHsgd4EftZSePAkgqgchPz8aOS5m+T2kYIuf0cOr8Omia8IXlXHInJvEThVpaN5BCEnWNNsxIStYwEq8stjStB0kRmYMYMhmBC7h\/xR8su1JELQYFgEPaiUb4O9BzI58z95trxB+Vy5SP+dcpUv\/o4vpTq3QrWEKrXC8OlhrLo636K3A8VwXTapT8oJ7qyiiIiuxifuv1DppiAo1ZodolmT07bS+eG\/y\/AX5Mdh48DlgHLppRNTqgu9QIDAQAB"
}