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 |
Eメール | [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" } } |