Internshala Plus

A chrome extension for internshala.com

Co je Internshala Plus?

Internshala Plus je rozšíření Chrome vyvinuté Ankit Tiwari, a jeho hlavní funkcí je „A chrome extension for internshala.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Internshala Plus

Stáhněte si soubory rozšíření Internshala Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Internshala Plus Internshala Plus
ID einngbgomhimnjgbdoejfdoccahlnajf
Oficiální URL https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf
Popis A chrome extension for internshala.com
Velikost souboru 298 KB
Počet instalací 117
Aktuální Verze 0.0.2
Poslední Aktualizace 2019-11-01
Datum Vydání 2019-11-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Ankit Tiwari
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}