Ultimate H1B Sponsor Checker

Find if a company sponsored H1B in the past couple of years in LinkedIn, Indeed, Google and glassdoor.

Ultimate H1B Sponsor Checker क्या है?

Ultimate H1B Sponsor Checker uh1bscx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find if a company sponsored H1B in the past couple of years in LinkedIn, Indeed, Google and glassdoor."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Makes your job search a Smart Search.
Ultimate H1B sponsor Checker verifies with trusted sources and highlights the companies who have or have not sponsored H1B visa in last couple of years.
==============================
v0.25 updates
☆ Fixed issue on linkedin badge not showing.
==============================
v0.24 updates
☆ Fixed issue on glassdoor, badge not showing.
==============================
v0.23 updates
☆ Fixed issue on glassdoor, badge not showing.
==============================
v0.22 updates
☆ Fixed issue on indeed and glassdoor, badge not showing.
==============================
v0.21 updates
☆ Fixed issue on linkedIn, tag not showing.
☆ Added support in Google job search
==============================
v0.20 updates
☆ Fixed issue on Glassdoor, tag not showing.
==============================

FEATURES
☆ Works on LinkedIn and Indeed and glassdoor😎
☆ Adds badges to companies when searching for jobs in jobs listing page
☆ Provides more info for companies who have sponsored for H1b under the company name in LinkedIn, Indeed and Glassdoor.
☆ Save your valuable time and effort ✌
==============================
NOTES
Some Company names may not match exactly which are on LinkedIn and the name with which they sponsor.
Please use this tool as reference only, which will help in your job search.
==============================
SUPPORT 
You can raise an issue here 
https://github.com/kart33k/UltimateH1BSponsorChecker/issues 

All the BEST! In your job search. 👍
If you like my work, then you can support me by buying me coffee https://www.buymeacoffee.com/kart33k ☕                    

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

नाम Ultimate H1B Sponsor Checker Ultimate H1B Sponsor Checker
ID gaafhpdcjnlehapjdngfoonljgeodffm
आधिकारिक URL https://chromewebstore.google.com/detail/ultimate-h1b-sponsor-chec/gaafhpdcjnlehapjdngfoonljgeodffm
विवरण Find if a company sponsored H1B in the past couple of years in LinkedIn, Indeed, Google and glassdoor.
फ़ाइल का आकार 5.08 MB
स्थापना संख्या 40,000
वर्तमान संस्करण 0.25
अंतिम अपडेट 2023-12-03
प्रकाशन तिथि 2020-10-14
रेटिंग 4.11/5 कुल 19 रेटिंग्स
डेवलपर uh1bscx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultimate H1B Sponsor Checker",
    "description": "Find if a company sponsored H1B in the past couple of years in LinkedIn, Indeed, Google and glassdoor.",
    "short_name": "UH1BSC",
    "version": "0.25",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/h1b_logo.png",
        "default_popup": "popup.html",
        "default_title": "The Extension automatically works when you are in Linkedin or indeed jobs search page."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.glassdoor.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "images\/h1b_logo_16x16.png",
        "48": "images\/h1b_logo_48x48.png",
        "96": "images\/h1b_logo_96x96.png",
        "128": "images\/h1b_logo_128x128.png"
    }
}