Leapfrog Leads
Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Τι είναι το Leapfrog Leads;
Το Leapfrog Leads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Leapfrog Leads, και η κύρια λειτουργία του είναι "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Leapfrog Leads
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } } |