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 |
公式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 |
Eメール | [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" ] } ] } |