Pluralsight

Quickly find the content you need from Pluralsight’s Skills, all within your web browser.

Pluralsight क्या है?

Pluralsight Pluralsight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly find the content you need from Pluralsight’s Skills, all within your web browser."।

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

screenshot
screenshot

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

crx प्रारूप में Pluralsight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pluralsight’s Google Chrome extension allows you to quickly find the content you need from Pluralsight’s Skills, all within your web browser.

With our extension, you can use Pluralsight’s search from within Google Chrome to get immediate access to content covering the most relevant and in-demand technologies, including cloud, mobile, security, IT, and data. You’ll get search results from our content library, including video courses, video course clips, paths, interactive courses, projects, and guides.

Our extension also surfaces direct links to Pluralsight content search from relevant sites like Google and StackOverflow search results.                    

एक्सटेंशन की मूल जानकारी

नाम Pluralsight Pluralsight
ID ciiahnddlacbfcmcchnhfnoklmacglfh
आधिकारिक URL https://chrome.google.com/webstore/detail/pluralsight/ciiahnddlacbfcmcchnhfnoklmacglfh
विवरण Quickly find the content you need from Pluralsight’s Skills, all within your web browser.
फ़ाइल का आकार 54.37 KB
स्थापना संख्या 14,136
वर्तमान संस्करण 1.8
अंतिम अपडेट 2020-08-05
प्रकाशन तिथि 2020-05-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Pluralsight
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pluralsight.com
सहायता पृष्ठ URL https://help.pluralsight.com/help
गोपनीयता नीति पृष्ठ URL https://www.pluralsight.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pluralsight",
    "description": "Quickly find the content you need from Pluralsight\u2019s Skills, all within your web browser.",
    "version": "1.8",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.pluralsight.com\/*",
                "https:\/\/pluralsight.com\/*",
                "https:\/\/www.pluralsight.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/stackoverflow.com\/questions\/*",
                "https:\/\/dev-portal.pluralsight.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}