Work Visa Sponsors Extension

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

什么是Work Visa Sponsors Extension?

Work Visa Sponsors Extension是由https://workvisasponsors.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Work Visa Sponsors Extension扩展crx文件

下载Work Visa Sponsors Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Work Visa Sponsors Extension Work Visa Sponsors Extension
ID belhombhbdodpmoadjgljnndhhafbkkf
官方URL https://chromewebstore.google.com/detail/work-visa-sponsors-extens/belhombhbdodpmoadjgljnndhhafbkkf
简介 Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.
文件大小 6.51 MB
安装次数 109
当前版本 1.4.7
更新时间 2024-02-12
上架时间 2023-09-26
评分 5.00/5 共5次评分
开发者 https://workvisasponsors.co.uk
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://workvisasponsors.co.uk/
帮助页面URL https://workvisasponsors.co.uk/contact
隐私政策页面URL https://workvisasponsors.co.uk/terms
支持的语言 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"
            ]
        }
    ]
}