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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}