Upwork Job Notifications
Get new job notifications from Upwork
Upwork Job Notificationsคืออะไร?
Upwork Job Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaan Guner - Polar Mass และคุณลักษณะหลักของมันคือ "Get new job notifications from Upwork"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upwork Job Notifications
ดาวน์โหลดไฟล์ส่วนขยาย Upwork Job Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a freelancer on Upwork? As you know the competition is fierce amongst millions of freelancers. Not only you have to submit a well-written proposal, but also have to race against time. The quicker you submit a proposal, higher the chances of you getting hired for the job. **Custom Search Filters** With this extension you can create custom search filters by including keywords, experience level, countries, verified payment clients, and even minimum hourly rate or fixed budget. Basically, you can narrow down to your ideal jobs without wasting time. **Instant Popup Notifications** Once you set your filters, Upwork Job Notifications extension will send you an instant popup notification with job title, hourly rate/budget and country. Thus, you don't need to read through every job description or go on Upwork multiple times a day only to find out that you are too late to apply for your ideal job. **Background Enabled** Since the extension also runs in the background, Google Chrome browser window doesn't even need to be open. Just sit back and relax or keep working on your projects. Never ever miss out on a new job from Upwork! ===Change Log=== v1.2 - 06/04/22 - Google Sign-in bug fix v1.1 - 06/01/22 - Added browser support for Microsoft Edge and Brave - Minor bug fixes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjpoddkjiepampbgdifllindkcdoekgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/upwork-job-notifications/bjpoddkjiepampbgdifllindkcdoekgk |
คำอธิบาย | Get new job notifications from Upwork |
ขนาดไฟล์ | 337 KB |
จำนวนการติดตั้ง | 3,094 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-06-07 |
วันที่เผยแพร่ | 2022-05-26 |
คะแนน | 3.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Kaan Guner - Polar Mass |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://polarmass.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Job Notifications", "description": "Get new job notifications from Upwork", "version": "1.2", "author": "Polar Mass", "homepage_url": "https:\/\/polarmass.com", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "src\/icons\/icon-16x16.png", "32": "src\/icons\/icon-32x32.png", "48": "src\/icons\/icon-48x48.png", "128": "src\/icons\/icon-128x128.png" } }, "icons": { "16": "src\/icons\/icon-16x16.png", "32": "src\/icons\/icon-32x32.png", "48": "src\/icons\/icon-48x48.png", "128": "src\/icons\/icon-128x128.png" }, "permissions": [ "notifications", "tabs", "alarms", "storage", "background", "identity", "identity.email" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv94SHXXR2u5xAY7EumlOxPaEvdAmBO\/yZZiFzmIgQe63DlSSlLd4YxtS1f8N9MBzTXj+WDK14c3xMjhM5H2EpRkD7thqgrmtzRQkhKNsYaenDNof1AWL067Bg9xDa3sXX98HTfP263IoLAJZ8X55ZbxWUNwlFqX3umCevgwgL7oM2KivlubpjWIkhDWVt3Sk+fA6NngZeHSROxfZj\/NYdOCu4EjUQxyj3xuT8CoPXmm+DJ6evtLbxtjieW3dLbvr\/vlaZX0IjAVa7wZdnvMhhh5Zx9eI+vHPa9wSxXu1L2O\/UOGyW07b0luYNrSsMdRp1CJ6HagH1rqdcBEpUT8f5wIDAQAB", "oauth2": { "client_id": "338595024797-keb9q2mnp5kkk8ldcqmkk749l46to79v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |