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…

Apa itu TnP IIT Delhi Resume Builder?

TnP IIT Delhi Resume Builder adalah ekstensi Chrome yang dikembangkan oleh Shubham Jindal, dan fitur utamanya adalah "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TnP IIT Delhi Resume Builder

Unduh file ekstensi TnP IIT Delhi Resume Builder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TnP IIT Delhi Resume Builder TnP IIT Delhi Resume Builder
ID oeejcfikednchcidalnbbbdgochjopde
URL Resmi https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde
Deskripsi A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…
Ukuran File 43.34 KB
Jumlah Instalasi 1,000
Versi Saat Ini 2.0
Terakhir Diperbarui 2017-08-03
Tanggal Publikasi 2017-08-03
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Shubham Jindal
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}