Work Visa Sponsors Extension

Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.

Work Visa Sponsors Extensionคืออะไร?

Work Visa Sponsors Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://workvisasponsors.co.uk และคุณลักษณะหลักของมันคือ "Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Work Visa Sponsors Extension

ดาวน์โหลดไฟล์ส่วนขยาย Work Visa Sponsors Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notifies users of the likelihood for UK VISA sponsorship while viewing job vacancy listings on popular job board.

FEATURES
☆ Works on Indeed, Totaljobs, Glassdoor and LinkedIn.
☆ Adds the WorkVisaSponsor Logo to job listings from licensed  UK VISA sponsors. 
☆ Adds the WorkVisaSponsor Logo to job listings from US H1B and Green card sponsors.
☆ Save time as job applications will be made to employers capable of sponsoring work visas.

VERSION 1.4.7 UPDATE
☆ Fixed the issue of extension not working on Indeed due to website update.
☆ Fixed the issue of extension not working on Totaljobs due to website update.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Work Visa Sponsors Extension Work Visa Sponsors Extension
ID belhombhbdodpmoadjgljnndhhafbkkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/work-visa-sponsors-extens/belhombhbdodpmoadjgljnndhhafbkkf
คำอธิบาย Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.
ขนาดไฟล์ 6.51 MB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-09-26
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://workvisasponsors.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://workvisasponsors.co.uk/
URL หน้าช่วยเหลือ https://workvisasponsors.co.uk/contact
URL หน้านโยบายความเป็นส่วนตัว https://workvisasponsors.co.uk/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Work Visa Sponsors Extension",
    "version": "1.4.7",
    "description": "Notifies users of the likelihood for VISA sponsorship while viewing job vacancy listings on popular job boards.",
    "icons": {
        "48": "assets\/images\/fav.png",
        "128": "assets\/images\/fav.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/workvisasponsors.co.uk\/*",
        "https:\/\/*.indeed.com\/*",
        "https:\/\/*.totaljobs.com\/*",
        "https:\/\/*.glassdoor.com\/*",
        "https:\/\/*.glassdoor.co.uk\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery-3.6.0.min.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/bootstrap.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workvisasponsors.co.uk\/*"
            ],
            "js": [
                "scripts\/core\/subaction.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "scripts\/platforms\/linkedinScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "scripts\/platforms\/indeedScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.glassdoor.com\/*",
                "https:\/\/*.glassdoor.co.uk\/*"
            ],
            "js": [
                "scripts\/platforms\/glassdoorScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.totaljobs.com\/*"
            ],
            "js": [
                "scripts\/platforms\/totaljobsScript.js"
            ]
        }
    ]
}