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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TnP IIT Delhi Resume Builder

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TnP IIT Delhi Resume Builder TnP IIT Delhi Resume Builder
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"
        }
    ]
}