LinkedIn US H1B Sponsor Tracker

This extension checks if a job requires H1B sponsorship Visa.

什麼是LinkedIn US H1B Sponsor Tracker?

LinkedIn US H1B Sponsor Tracker是由msr16npm開發的Chrome擴展程式,該擴展的主要功能是“This extension checks if a job requires H1B sponsorship Visa.”。

擴展截圖

screenshot
screenshot

下載LinkedIn US H1B Sponsor Tracker擴展crx文件

下載LinkedIn US H1B Sponsor Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension serves as a valuable tool for individuals seeking employment opportunities on LinkedIn, specifically targeting job openings in the USA, while also actively tracking the last three years of H1B sponsorship for almost all companies and their subsidiaries.

NOTE
Please note that while this extension provides reliable information, it's important to acknowledge that its accuracy is not guaranteed due to potential variations in company names and similarities with other organizations. The data it utilizes is officially certified by the respective governments of the United States; however, it does not provide any indication of the success rate associated with obtaining visas through these opportunities.

Company list updated last: February 29, 2023                    

擴展基本資訊

名稱 LinkedIn US H1B Sponsor Tracker LinkedIn US H1B Sponsor Tracker
ID kaojaomikpeddgjoggcmdcohhaphkpae
官方網址 https://chromewebstore.google.com/detail/linkedin-us-h1b-sponsor-t/kaojaomikpeddgjoggcmdcohhaphkpae
簡介 This extension checks if a job requires H1B sponsorship Visa.
檔案大小 1.17 MB
安裝次數 2,508
目前版本 2.0.0
更新時間 2024-03-01
上架時間 2023-07-10
評分 4.29/5 共 7 次評分
開發者 msr16npm
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/MayoSR/CitizIn
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn US H1B Sponsor Tracker",
    "description": "This extension checks if a job requires H1B sponsorship Visa.",
    "version": "2.0.0",
    "host_permissions": [
        "https:\/\/www.linkedin.com\/jobs\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "companies.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "webNavigation"
    ],
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}