Leapfrog Leads
Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Cos'è Leapfrog Leads?
Leapfrog Leads è un'estensione di Chrome sviluppata da Leapfrog Leads, e la sua funzione principale è "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leapfrog Leads
Scarica i file di estensione Leapfrog Leads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Leapfrog Leads |
ID | ffaiaolifdndhogfacoimgihcfoooiec |
URL Ufficiale | https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec |
Descrizione | Get more jobs on Upwork as a freelancer by responding quicker with job notifications. |
Dimensione del File | 72.39 KB |
Conteggio Installazioni | 467 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2022-06-10 |
Data di Pubblicazione | 2021-05-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Leapfrog Leads |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://leapfrogleads.com/ |
URL della Pagina di Aiuto | https://leapfrogleads.com/ |
Lingue Supportate | 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" } } |