Tier 2 Visa Sponsor Highlight

A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.…

Tier 2 Visa Sponsor Highlight क्या है?

Tier 2 Visa Sponsor Highlight David C द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

crx प्रारूप में Tier 2 Visa Sponsor Highlight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past.

For those people who need visa to work in UK. This Chrome plugin is to highlight companies who has sponsored tier-2 visa in the past, so that user can prioritise his job hunting.

Remarks: Company not in the list doesn't mean they won't sponsor you visa, they can still apply a license if they think you are a good fit.

Current supported website:
- Linkedin
- AngelList
- Indeed
- whoishiring.io
- Boomerang
- JobHero
- Dezeen

(Contact me by [email protected], if you have any site that wanna add support to.)

Disclaimer : 
Data are extract from http://uktiersponsors.co.uk/Home/TierData                    

एक्सटेंशन की मूल जानकारी

नाम Tier 2 Visa Sponsor Highlight Tier 2 Visa Sponsor Highlight
ID khomnaicacbhbllpngammldgkihnfphg
आधिकारिक URL https://chrome.google.com/webstore/detail/tier-2-visa-sponsor-highl/khomnaicacbhbllpngammldgkihnfphg
विवरण A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.…
फ़ाइल का आकार 266 KB
स्थापना संख्या 973
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2017-04-09
प्रकाशन तिथि 2017-04-09
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर David C
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tier 2 Visa Sponsor Highlight",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/angel.co\/*",
                "https:\/\/whoishiring.io\/*",
                "https:\/\/www.indeed.co.uk\/*",
                "https:\/\/boolerang.co.uk\/*",
                "https:\/\/gojobhero.com\/*",
                "https:\/\/www.dezeenjobs.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "utility.js",
                "tier2list.js"
            ],
            "css": [
                "general.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "checker\/linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "checker\/angelList.js"
            ]
        },
        {
            "matches": [
                "https:\/\/whoishiring.io\/*"
            ],
            "js": [
                "checker\/whoishiring.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.indeed.co.uk\/*"
            ],
            "js": [
                "checker\/indeed.js"
            ]
        },
        {
            "matches": [
                "https:\/\/boolerang.co.uk\/*"
            ],
            "js": [
                "checker\/boolerang.js"
            ]
        },
        {
            "matches": [
                "https:\/\/gojobhero.com\/*"
            ],
            "js": [
                "checker\/jobhero.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dezeenjobs.com\/*"
            ],
            "js": [
                "checker\/dezeen.js"
            ]
        }
    ]
}