Internshala Sort By Stipend

Sort By Stipend (descending) for Internship listings on Internshala.com

Cos'è Internshala Sort By Stipend?

Internshala Sort By Stipend è un'estensione di Chrome sviluppata da Eshaan Bansal, e la sua funzione principale è "Sort By Stipend (descending) for Internship listings on Internshala.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Internshala Sort By Stipend

Scarica i file di estensione Internshala Sort By Stipend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome add-on that provides Sort By Stipend (descending) functionality for Internship listings on Internshala.com. 
The Browser-History Permission is needed so that the extension would run only on Internshala.com. Nothing gets stored. 
Code is available on GitHub. Please see Homepage URL.                    

Informazioni di Base sull'Estensione

Nome Internshala Sort By Stipend Internshala Sort By Stipend
ID fpijfijiefipgnamnoeaklcjmecfjben
URL Ufficiale https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben
Descrizione Sort By Stipend (descending) for Internship listings on Internshala.com
Dimensione del File 26.89 KB
Conteggio Installazioni 56
Versione Corrente 0.5.0
Ultimo Aggiornamento 2020-06-03
Data di Pubblicazione 2020-06-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Eshaan Bansal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension
URL della Pagina di Aiuto https://eshaan7.github.io/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Internshala Sort By Stipend",
    "description": "Sort By Stipend (descending) for Internship listings on Internshala.com",
    "version": "0.5.0",
    "author": "Eshaan7",
    "permissions": [
        "webNavigation",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon32-grey.png",
        "default_popup": "popup.html"
    }
}