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…
Co je TnP IIT Delhi Resume Builder?
TnP IIT Delhi Resume Builder je rozšíření Chrome vyvinuté Shubham Jindal, a jeho hlavní funkcí je „A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TnP IIT Delhi Resume Builder
Stáhněte si soubory rozšíření TnP IIT Delhi Resume Builder 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í
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.
Základní Informace o Rozšíření
Název | |
ID | oeejcfikednchcidalnbbbdgochjopde |
Oficiální URL | https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde |
Popis | A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to… |
Velikost souboru | 43.34 KB |
Počet instalací | 1,000 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2017-08-03 |
Datum Vydání | 2017-08-03 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | Shubham Jindal |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |