Leapfrog Leads
Get more jobs on Upwork as a freelancer by responding quicker with job notifications.
Leapfrog Leads क्या है?
Leapfrog Leads Leapfrog Leads द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more jobs on Upwork as a freelancer by responding quicker with job notifications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Leapfrog Leads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |