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…
O que é TnP IIT Delhi Resume Builder?
TnP IIT Delhi Resume Builder é uma extensão do Chrome desenvolvida por Shubham Jindal, e sua principal característica é "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TnP IIT Delhi Resume Builder
Baixe arquivos de extensão TnP IIT Delhi Resume Builder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | oeejcfikednchcidalnbbbdgochjopde |
URL Oficial | https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde |
Descrição | A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to… |
Tamanho do Arquivo | 43.34 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.0 |
Última Atualização | 2017-08-03 |
Data de Publicação | 2017-08-03 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Shubham Jindal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |