Leapfrog Leads

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

Qu'est-ce que Leapfrog Leads ?

Leapfrog Leads est une extension Chrome développée par Leapfrog Leads, et sa fonction principale est "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Leapfrog Leads

Téléchargez les fichiers d'extension Leapfrog Leads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Leapfrog Leads Leapfrog Leads
ID ffaiaolifdndhogfacoimgihcfoooiec
URL Officiel https://chromewebstore.google.com/detail/leapfrog-leads/ffaiaolifdndhogfacoimgihcfoooiec
Description Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Taille du Fichier 72.39 KB
Nombre d'Installations 467
Version Actuelle 2
Dernière Mise à Jour 2022-06-10
Date de Publication 2021-05-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur Leapfrog Leads
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://leapfrogleads.com/
URL de la Page d'Aide https://leapfrogleads.com/
Langues Prises en Charge 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"
    }
}