TnP IIT Delhi Resume Builder
A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…
Qu'est-ce que TnP IIT Delhi Resume Builder ?
TnP IIT Delhi Resume Builder est une extension Chrome développée par Shubham Jindal, et sa fonction principale est "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TnP IIT Delhi Resume Builder
Téléchargez les fichiers d'extension TnP IIT Delhi Resume Builder 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
A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to reorder Just mention the sequence in the required order by commas separated and click REORDER. Example: The sequence 3,2,1 will place 3rd block at first, 2nd block will remain at 2nd and 1st block will go to 3rd.
Informations de Base sur l'Extension
Nom | |
ID | oeejcfikednchcidalnbbbdgochjopde |
URL Officiel | https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde |
Description | A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to… |
Taille du Fichier | 43.34 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-08-03 |
Date de Publication | 2017-08-03 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Shubham Jindal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TnP IIT Delhi Resume Builder", "version": "2.0", "manifest_version": 2, "browser_action": { "name": "TnP Reordering Data", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "myscript.js" ], "run_at": "document_end" } ] } |