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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension checks if a job requires H1B sponsorship Visa."।

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

screenshot
screenshot

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

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

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

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}