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…
Was ist TnP IIT Delhi Resume Builder?
TnP IIT Delhi Resume Builder ist eine Chrome-Erweiterung, die von Shubham Jindal entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".
Erweiterungsscreenshots
TnP IIT Delhi Resume Builder-Erweiterungs-CRX-Datei herunterladen
Laden Sie TnP IIT Delhi Resume Builder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oeejcfikednchcidalnbbbdgochjopde |
Offizielle URL | https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde |
Beschreibung | A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to… |
Dateigröße | 43.34 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 2.0 |
Letztes Update | 2017-08-03 |
Veröffentlichungsdatum | 2017-08-03 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Shubham Jindal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |