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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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
공식 URL 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"
    }
}