Leapfrog Leads
Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
什么是Leapfrog Leads?
Leapfrog Leads是由Leapfrog Leads开发的Chrome扩展程序,该扩展的主要功能是“Get more jobs on Upwork as a freelancer by responding quicker with job notifications.”。
扩展截图
下载Leapfrog Leads扩展crx文件
下载Leapfrog Leads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Chrome extension for Leapfrog Leads (https://leapfrogleads.com/) that will make your experience even better. After installing the extension: 1. Perform a job search on Upwork 2. You will know the Leadfrog Leads extension is working when you see a little green frog 3. Click the "RSS" link 4. The Leapfrog Leads extension will pop up on RSS feed page 5. Click "Subscribe to These Jobs" to open Leapfrog Leads with all necessary fields pre-populated in the recommended Leapfrog Leads way
扩展基本信息
名称 | Leapfrog Leads |
ID | ffaiaolifdndhogfacoimgihcfoooiec |
官方URL | https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec |
简介 | Get more jobs on Upwork as a freelancer by responding quicker with job notifications. |
文件大小 | 72.39 KB |
安装次数 | 467 |
当前版本 | 2 |
更新时间 | 2022-06-10 |
上架时间 | 2021-05-06 |
评分 | 5.00/5 共4次评分 |
开发者 | Leapfrog Leads |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://leapfrogleads.com/ |
帮助页面URL | https://leapfrogleads.com/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leapfrog Leads", "version": "2", "description": "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css", "css\/fonts.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/www.upwork.com\/*" ] } ], "icons": { "128": "images\/favicon\/mstile-128x128.png" } } |