Leapfrog Leads
Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Leapfrog Leads là gì?
Leapfrog Leads là một tiện ích mở rộng Chrome được phát triển bởi Leapfrog Leads, và tính năng chính của nó là "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leapfrog Leads
Tải xuống các tệp mở rộng Leapfrog Leads 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leapfrog Leads |
ID | ffaiaolifdndhogfacoimgihcfoooiec |
URL Chính Thức | https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec |
Mô tả | Get more jobs on Upwork as a freelancer by responding quicker with job notifications. |
Kích Thước Tệp | 72.39 KB |
Số Lần Cài Đặt | 467 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2022-06-10 |
Ngày Phát Hành | 2021-05-06 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Leapfrog Leads |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://leapfrogleads.com/ |
URL Trang Trợ Giúp | https://leapfrogleads.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |