Degreed Extension

Track all your learning.

Co to jest Degreed Extension?

Degreed Extension to rozszerzenie Chrome opracowane przez Degreed, a jego główną funkcją jest „Track all your learning.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Degreed Extension

Pobierz pliki rozszerzeń Degreed Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Degreed Extension Degreed Extension
ID inehghpkjjjdgpnagcbogckbonilnidc
Oficjalny URL https://chromewebstore.google.com/detail/degreed-extension/inehghpkjjjdgpnagcbogckbonilnidc
Opis Track all your learning.
Rozmiar pliku 332 KB
Liczba instalacji 1,042,452
Aktualna Wersja 8.0.1
Ostatnia Aktualizacja 2023-11-18
Data Publikacji 2020-01-13
Ocena 3.82/5 Łącznie 60 Oceny
Deweloper Degreed
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://degreed.com
Adres URL Strony Polityki Prywatności https://degreed.com/about/privacy
Obsługiwane Języki 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"
}