Internshala Plus
A chrome extension for internshala.com
Wat is Internshala Plus?
Internshala Plus is een Chrome-extensie ontwikkeld door Ankit Tiwari, en de belangrijkste functie is "A chrome extension for internshala.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Internshala Plus
Download Internshala Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | einngbgomhimnjgbdoejfdoccahlnajf |
Officiële URL | https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf |
Beschrijving | A chrome extension for internshala.com |
Bestandsgrootte | 298 KB |
Aantal Installaties | 117 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-11-01 |
Publicatiedatum | 2019-11-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ankit Tiwari |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |