Linkedin H1B Checker

This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening

Linkedin H1B Checker là gì?

Linkedin H1B Checker là một tiện ích mở rộng Chrome được phát triển bởi omkars2194, và tính năng chính của nó là "This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkedin H1B Checker

Tải xuống các tệp mở rộng Linkedin H1B Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ******************** Updated Version : v 0.66 ********************

1. Added Bug Fix for Freezing Job Search filter interface
2. Now Supports LinkedIn and Glassdoor platforms.
3. Bug fixes and increased efficiency.
4. Removal of H1B button to enhance user experience
5. Minor Bug Fixes for LinkedIn and Glassdoor
6. Code update for LinkedIn and Glassdoor
*******************************************************************

Automatically find and apply to Companies you want to sponsor your Visa for!
Stop searching thousands of Companies applying hundreds and not getting jobs!

Job search in current Pandemic can be stressful! Specially for the International student community it can be a headache.

Our Plugin helps find out the companies which have been sponsoring H1B visa and GC in the past by providing the approximate count. The back end algorithm generates this count by intelligently crawling multiple web sources and analyzing reliable databases.

Get to know whether the company you are applying for sponsors Visas!
Does it Fairly sponsor or It Hardly Does not and if it surely does go ahead and apply!

You can get back to us for anything at our website / blog !

- http://h1bchecker.com/
- https://linkedinh1bfilter.blogspot.com/

Thanks and Happy Job Searching!

Developers : 
Omkar Sahasrabudhe ([email protected])
Nihar Suryawanshi      ([email protected] )                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linkedin H1B Checker Linkedin H1B Checker
ID mdmeolffmgokpfffelajpfgkpgphmkdn
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-h1b-checker/mdmeolffmgokpfffelajpfgkpgphmkdn
Mô tả This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 0.66
Cập Nhật Lần Cuối 2021-11-12
Ngày Phát Hành 2020-06-03
Đánh Giá 4.41/5 Tổng số 51 Đánh Giá
Nhà Phát Triển omkars2194
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://h1bchecker.com/
URL Trang Trợ Giúp https://linkedinh1bfilter.blogspot.com/
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/h1bvisachecker-privacypolicy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Linkedin H1B Checker",
    "version": "0.66",
    "description": "This extension helps LinkedIn\/Glassdoor users to effectively do their job search and find Visa specific job opening",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/*",
                "http:\/\/www.linkedin.com\/jobs\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "di.png"
    },
    "icons": {
        "16": "di_16.png",
        "48": "di_48.png",
        "128": "di_128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/developer.mozilla.org\/*",
        "webRequest",
        "https:\/\/us-central1-cobalt-antenna-278103.cloudfunctions.net\/*",
        "https:\/\/us-central1-cobalt-antenna-278103.cloudfunctions.net\/nihar_test01*"
    ]
}