International Jobs by Leapfrog

Discover international job opportunities!

International Jobs by Leapfrog là gì?

International Jobs by Leapfrog là một tiện ích mở rộng Chrome được phát triển bởi Leapfrog, và tính năng chính của nó là "Discover international job opportunities!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng International Jobs by Leapfrog

Tải xuống các tệp mở rộng International Jobs by Leapfrog 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

                        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!                    

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

Tên International Jobs by Leapfrog International Jobs by Leapfrog
ID cebjkdeabhiafpmbhjlbnpkpclomjgko
URL Chính Thức https://chromewebstore.google.com/detail/international-jobs-by-lea/cebjkdeabhiafpmbhjlbnpkpclomjgko
Mô tả Discover international job opportunities!
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 7,058
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-09-07
Đánh Giá 4.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Leapfrog
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://leapfrog.works/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}