Work Sponsors: UK Visa Sponsor Checker

Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension

什麼是Work Sponsors: UK Visa Sponsor Checker?

Work Sponsors: UK Visa Sponsor Checker是由https://worksponsors.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Work Sponsors: UK Visa Sponsor Checker擴展crx文件

下載Work Sponsors: UK Visa Sponsor Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **Important Disclaimer**

The "Work Sponsors: UK Visa Sponsor Checker" Chrome extension is not affiliated with the gov.uk website. The extension contains public sector information that is licensed under the Open Government Licence v3.0 Please note that this extension does not provide or facilitate any sponsorship from any company.

The linked job search functionality is intended for individuals who are already searching for jobs in the UK and aims to indicate whether a company is registered as a sponsor or not. However, this site/extension does not claim or guarantee that a job posting offers sponsorship.

We recommend using this extension as a helpful tool, but it is important to always double-check the information by referring to the official source at https://www.gov.uk/government/publications/register-of-licensed-sponsors-workers.
------
1.1.0.1 Update
Performance improvement. Non blocking code.

1.1.0.0 Update
* Fixed some issue, Update function call, added functionality to build Worksponsors Jobs

1.0.0.1 Update

* Fix multiple calls to the api for the same company name and handle for lazy loading.
* Update the selector to fetch the different variation for the same class type.
------
**Introducing the Work Sponsors: UK Visa Sponsor Checker 1.0.0.0 release!**

We're excited to announce the release of our latest update to the Work Sponsors: UK Visa Sponsor Checker. This update includes a number of new features and improvements, making it even easier for you to find UK companies that sponsor work visas.

**Here are some of the new features in this release:**

* You can now search for any company directly from the extension popup, giving you instant results on whether the company is registered as a UK sponsor.
* We've also enhanced the extension's LinkedIn functionality, allowing you to view the results right on the LinkedIn job page without the need to click on any extra links.

**Here are some of the other improvements in this release:**

* The extension is now compatible with the latest version of Chrome.
* We've made a number of performance improvements, making the extension faster and more responsive.
* We've also fixed a number of bugs.

**If you're looking for a UK company that sponsors work visas, the UK License Sponsor Checker Chrome extension is a must-have tool.**

With this extension, you can easily find out if a company is registered as a UK sponsor and whether they have a license to sponsor foreign workers. This information can be invaluable when you're searching for a job in the UK, as it can help you to narrow down your search and focus on companies that are more likely to be able to sponsor you.

**The Work Sponsors: UK Visa Sponsor Checker is free to use and it's easy to install.**

To get started, simply visit the Chrome Web Store and search for "Work Sponsors: UK Visa Sponsor Checker." Once you've found the extension, click on the "Add to Chrome" button and follow the instructions.

Once the extension is installed, you can start using it right away. To check if a company is a UK sponsor, simply go to the company's LinkedIn page and click on the "Work Sponsors: UK Visa Sponsor Checker" icon. The extension will then display the company's sponsorship status.

**The Work Sponsors: UK Visa Sponsor Checker is a valuable tool for anyone who is looking for a job in the UK.**

If you're in the market for a new job, be sure to install this extension and use it to find UK companies that sponsor work visas. With this extension, you can save time and effort in your job search and increase your chances of finding a job that's right for you.                    

擴展基本資訊

名稱 Work Sponsors: UK Visa Sponsor Checker Work Sponsors: UK Visa Sponsor Checker
ID dimfinoaanekfobepegcgajdbeofbipc
官方網址 https://chromewebstore.google.com/detail/work-sponsors-uk-visa-spo/dimfinoaanekfobepegcgajdbeofbipc
簡介 Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension
檔案大小 37.04 KB
安裝次數 1,434
目前版本 1.1.0.1
更新時間 2024-01-18
上架時間 2023-05-02
評分 4.13/5 共 8 次評分
開發者 https://worksponsors.co.uk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worksponsors.co.uk
說明頁面URL https://worksponsors.co.uk/contact
隱私政策頁面URL https://worksponsors.co.uk/cookie
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Sponsors: UK Visa Sponsor Checker",
    "version": "1.1.0.1",
    "manifest_version": 3,
    "description": "Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "host_permissions": [
        "https:\/\/api.worksponsors.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}