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…
什么是TnP IIT Delhi Resume Builder?
TnP IIT Delhi Resume Builder是由Shubham Jindal开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…”。
扩展截图
下载TnP IIT Delhi Resume Builder扩展crx文件
下载TnP IIT Delhi Resume Builder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | oeejcfikednchcidalnbbbdgochjopde |
官方URL | https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde |
简介 | A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to… |
文件大小 | 43.34 KB |
安装次数 | 1,000 |
当前版本 | 2.0 |
更新时间 | 2017-08-03 |
上架时间 | 2017-08-03 |
评分 | 4.20/5 共5次评分 |
开发者 | Shubham Jindal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } ] } |