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…

Wat is TnP IIT Delhi Resume Builder?

TnP IIT Delhi Resume Builder is een Chrome-extensie ontwikkeld door Shubham Jindal, en de belangrijkste functie is "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TnP IIT Delhi Resume Builder

Download TnP IIT Delhi Resume Builder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TnP IIT Delhi Resume Builder TnP IIT Delhi Resume Builder
ID oeejcfikednchcidalnbbbdgochjopde
Officiële URL https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde
Beschrijving A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…
Bestandsgrootte 43.34 KB
Aantal Installaties 1,000
Huidige Versie 2.0
Laatst Bijgewerkt 2017-08-03
Publicatiedatum 2017-08-03
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Shubham Jindal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}