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 هو إضافة Chrome تم تطويرها بواسطة Shubham Jindal، والميزة الرئيسية لها هي "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TnP IIT Delhi Resume Builder
قم بتنزيل ملفات الامتداد TnP IIT Delhi Resume Builder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |