International Jobs by Leapfrog
Discover international job opportunities!
什么是International Jobs by Leapfrog?
International Jobs by Leapfrog是由Leapfrog开发的Chrome扩展程序,该扩展的主要功能是“Discover international job opportunities!”。
扩展截图
下载International Jobs by Leapfrog扩展crx文件
下载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 |
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": [ " |