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…

Vad är TnP IIT Delhi Resume Builder?

TnP IIT Delhi Resume Builder är en Chrome-tillägg utvecklad av Shubham Jindal, och dess huvudfunktion är "A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…".

Tilläggsskärmbilder

screenshot

Ladda ner TnP IIT Delhi Resume Builder-förlängningens CRX-fil

Ladda ner TnP IIT Delhi Resume Builder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TnP IIT Delhi Resume Builder TnP IIT Delhi Resume Builder
ID oeejcfikednchcidalnbbbdgochjopde
Officiell webbadress https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde
Beskrivning A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…
Filstorlek 43.34 KB
Antal Installationer 1,000
Aktuell Version 2.0
Senast Uppdaterad 2017-08-03
Publiceringsdatum 2017-08-03
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Shubham Jindal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}