International Jobs by Leapfrog

Discover international job opportunities!

International Jobs by Leapfrogคืออะไร?

International Jobs by Leapfrog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leapfrog และคุณลักษณะหลักของมันคือ "Discover international job opportunities!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย International Jobs by Leapfrog

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

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

                        Your ultimate assistant for job-seeking software development opportunities on LinkedIn. This simple but powerful tool revolutionizes your job search by providing instant insights into whether companies hire talent from your country. Say goodbye to endless job applications that lead nowhere!

Key Features:
🌎 Global Visibility: Easily spot companies with a history of hiring from your country, enhancing your chances of a successful job application.

📈 Data-Driven Decisions: Make informed decisions with access to valuable insights, helping you focus on companies with a global mindset.

🚀 Streamlined Job Search: Simplify your job hunt by narrowing your search to organizations that value international talent.

📍 Country Filters: Customize your job search by specifying your target countries, ensuring you discover opportunities that align with your aspirations.

🔍 Real-Time Updates: Stay up-to-date with the latest hiring trends and company insights to maximize your job search.

Your dream job could be just a click away! Experience a more intelligent, more efficient job search with "International Jobs by Leapfrog." Don't miss out on opportunities that match your skills and background. Download the extension today and take your career to new heights!                    

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

ชื่อ International Jobs by Leapfrog International Jobs by Leapfrog
ID cebjkdeabhiafpmbhjlbnpkpclomjgko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/international-jobs-by-lea/cebjkdeabhiafpmbhjlbnpkpclomjgko
คำอธิบาย Discover international job opportunities!
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 7,058
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2023-09-07
คะแนน 4.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Leapfrog
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://leapfrog.works/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "International Jobs by Leapfrog",
    "version": "2.1.0",
    "description": "Discover international job opportunities!",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css",
                "popup\/popup.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "assets\/*"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "service_worker.js"
    }
}