Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
O que é Internshala Sort By Stipend?
Internshala Sort By Stipend é uma extensão do Chrome desenvolvida por Eshaan Bansal, e sua principal característica é "Sort By Stipend (descending) for Internship listings on Internshala.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Internshala Sort By Stipend
Baixe arquivos de extensão Internshala Sort By Stipend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
URL Oficial | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Descrição | Sort By Stipend (descending) for Internship listings on Internshala.com |
Tamanho do Arquivo | 26.89 KB |
Contagem de Instalações | 56 |
Versão Atual | 0.5.0 |
Última Atualização | 2020-06-03 |
Data de Publicação | 2020-06-02 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Eshaan Bansal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL da Página de Ajuda | https://eshaan7.github.io/ |
Idiomas Suportados | 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" } } |