Pluralsight

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

O que é Pluralsight?

Pluralsight é uma extensão do Chrome desenvolvida por Pluralsight, e sua principal característica é "Quickly find the content you need from Pluralsight’s Skills, all within your web browser.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pluralsight

Baixe arquivos de extensão Pluralsight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pluralsight Pluralsight
ID ciiahnddlacbfcmcchnhfnoklmacglfh
URL Oficial https://chrome.google.com/webstore/detail/pluralsight/ciiahnddlacbfcmcchnhfnoklmacglfh
Descrição Quickly find the content you need from Pluralsight’s Skills, all within your web browser.
Tamanho do Arquivo 54.37 KB
Contagem de Instalações 14,136
Versão Atual 1.8
Última Atualização 2020-08-05
Data de Publicação 2020-05-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Pluralsight
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pluralsight.com
URL da Página de Ajuda https://help.pluralsight.com/help
URL da Página de Política de Privacidade https://www.pluralsight.com/privacy
Idiomas Suportados 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"
    ]
}