Internshala Plus

A chrome extension for internshala.com

O que é Internshala Plus?

Internshala Plus é uma extensão do Chrome desenvolvida por Ankit Tiwari, e sua principal característica é "A chrome extension for internshala.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Internshala Plus

Baixe arquivos de extensão Internshala Plus 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

                        Internshala Plus extension allows you to - 

1. See the Required Skills and # of internships right in the internship card.

2. Search and filter internships by any keyword.

3. Sort By stipend or # of internships.


Note: Please use the Reload Skills button or refresh the page in case the skills fail to load.                    

Informações Básicas da Extensão

Nome Internshala Plus Internshala Plus
ID einngbgomhimnjgbdoejfdoccahlnajf
URL Oficial https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf
Descrição A chrome extension for internshala.com
Tamanho do Arquivo 298 KB
Contagem de Instalações 117
Versão Atual 0.0.2
Última Atualização 2019-11-01
Data de Publicação 2019-11-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Ankit Tiwari
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for internshala.com",
    "version": "0.0.2",
    "name": "Internshala Plus",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/internshala.com\/internships\/*"
            ],
            "js": [
                "myContentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}