Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
ما هو Upwork Jobs Notifier؟
Upwork Jobs Notifier هو إضافة Chrome تم تطويرها بواسطة Webs-Automation، والميزة الرئيسية لها هي "This extenstion is made to notify you with Upwork jobs that matches your skills.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upwork Jobs Notifier
قم بتنزيل ملفات الامتداد Upwork Jobs Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.
معلومات أساسية عن التمديد
الاسم | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
الوصف | This extenstion is made to notify you with Upwork jobs that matches your skills. |
حجم الملف | 395 KB |
عدد التثبيتات | 287 |
النسخة الحالية | 0.15 |
آخر تحديث | 2023-06-03 |
تاريخ النشر | 2020-08-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Webs-Automation |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.eapplier.com/upwork-bot/ |
عنوان صفحة المساعدة | http://eapplier.com/contact-us |
عنوان صفحة سياسة الخصوصية | https://www.eapplier.com/policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Jobs Notifier", "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.", "version": "0.15", "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "action": { "default_popup": "panel.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |