Degreed Extension

Track all your learning.

Degreed Extension क्या है?

Degreed Extension Degreed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track all your learning."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Degreed Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
}