Internshala Plus
A chrome extension for internshala.com
Qu'est-ce que Internshala Plus ?
Internshala Plus est une extension Chrome développée par Ankit Tiwari, et sa fonction principale est "A chrome extension for internshala.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Internshala Plus
Téléchargez les fichiers d'extension Internshala Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | einngbgomhimnjgbdoejfdoccahlnajf |
URL Officiel | https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf |
Description | A chrome extension for internshala.com |
Taille du Fichier | 298 KB |
Nombre d'Installations | 117 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2019-11-01 |
Date de Publication | 2019-11-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ankit Tiwari |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |