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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Tier 2 Visa Sponsor Highlight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | ![]() |
ID | khomnaicacbhbllpngammldgkihnfphg |
官方網址 | 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" ] } ] } |