Leapfrog Leads

Get more jobs on Upwork as a freelancer by responding quicker with job notifications.

Wat is Leapfrog Leads?

Leapfrog Leads is een Chrome-extensie ontwikkeld door Leapfrog Leads, en de belangrijkste functie is "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Leapfrog Leads

Download Leapfrog Leads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Leapfrog Leads Leapfrog Leads
ID ffaiaolifdndhogfacoimgihcfoooiec
Officiële URL https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec
Beschrijving Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Bestandsgrootte 72.39 KB
Aantal Installaties 467
Huidige Versie 2
Laatst Bijgewerkt 2022-06-10
Publicatiedatum 2021-05-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Leapfrog Leads
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://leapfrogleads.com/
Help Pagina-URL https://leapfrogleads.com/
Ondersteunde Talen 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"
    }
}