Work Visa Sponsors Extension

Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.

O que é Work Visa Sponsors Extension?

Work Visa Sponsors Extension é uma extensão do Chrome desenvolvida por https://workvisasponsors.co.uk, e sua principal característica é "Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Work Visa Sponsors Extension

Baixe arquivos de extensão Work Visa Sponsors Extension 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

                        Notifies users of the likelihood for UK VISA sponsorship while viewing job vacancy listings on popular job board.

FEATURES
☆ Works on Indeed, Totaljobs, Glassdoor and LinkedIn.
☆ Adds the WorkVisaSponsor Logo to job listings from licensed  UK VISA sponsors. 
☆ Adds the WorkVisaSponsor Logo to job listings from US H1B and Green card sponsors.
☆ Save time as job applications will be made to employers capable of sponsoring work visas.

VERSION 1.4.7 UPDATE
☆ Fixed the issue of extension not working on Indeed due to website update.
☆ Fixed the issue of extension not working on Totaljobs due to website update.                    

Informações Básicas da Extensão

Nome Work Visa Sponsors Extension Work Visa Sponsors Extension
ID belhombhbdodpmoadjgljnndhhafbkkf
URL Oficial https://chromewebstore.google.com/detail/work-visa-sponsors-extens/belhombhbdodpmoadjgljnndhhafbkkf
Descrição Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.
Tamanho do Arquivo 6.51 MB
Contagem de Instalações 109
Versão Atual 1.4.7
Última Atualização 2024-02-12
Data de Publicação 2023-09-26
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://workvisasponsors.co.uk
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://workvisasponsors.co.uk/
URL da Página de Ajuda https://workvisasponsors.co.uk/contact
URL da Página de Política de Privacidade https://workvisasponsors.co.uk/terms
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Work Visa Sponsors Extension",
    "version": "1.4.7",
    "description": "Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.",
    "icons": {
        "48": "assets\/images\/fav.png",
        "128": "assets\/images\/fav.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/workvisasponsors.co.uk\/*",
        "https:\/\/*.indeed.com\/*",
        "https:\/\/*.totaljobs.com\/*",
        "https:\/\/*.glassdoor.com\/*",
        "https:\/\/*.glassdoor.co.uk\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery-3.6.0.min.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/bootstrap.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workvisasponsors.co.uk\/*"
            ],
            "js": [
                "scripts\/core\/subaction.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "scripts\/platforms\/linkedinScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "scripts\/platforms\/indeedScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.glassdoor.com\/*",
                "https:\/\/*.glassdoor.co.uk\/*"
            ],
            "js": [
                "scripts\/platforms\/glassdoorScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.totaljobs.com\/*"
            ],
            "js": [
                "scripts\/platforms\/totaljobsScript.js"
            ]
        }
    ]
}