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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |