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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |