Degreed Extension

Track all your learning.

Что такое Degreed Extension?

Degreed Extension - это расширение Chrome, разработанное Degreed, и его основная функция - "Track all your learning.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Degreed Extension

Скачайте файлы расширений Degreed Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Degreed Extension Degreed Extension
ID inehghpkjjjdgpnagcbogckbonilnidc
Официальный URL https://chromewebstore.google.com/detail/degreed-extension/inehghpkjjjdgpnagcbogckbonilnidc
Описание Track all your learning.
Размер файла 332 KB
Количество установок 1,042,452
Текущая Версия 8.0.1
Последнее Обновление 2023-11-18
Дата публикации 2020-01-13
Рейтинг 3.82/5 Всего 60 оценок
Разработчик Degreed
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://degreed.com
URL страницы политики конфиденциальности https://degreed.com/about/privacy
Поддерживаемые языки 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"
}