International Jobs by Leapfrog

Discover international job opportunities!

International Jobs by Leapfrog란 무엇입니까?

International Jobs by Leapfrog은(는) Leapfrog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover international job opportunities!"입니다.

확장 프로그램 스크린샷

screenshot

International Jobs by Leapfrog 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}