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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Work Sponsors: UK Visa Sponsor Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}