[2022-NEW]Freelancer Notifier
Bring Freelancer.com New Project Notification to Desktop Notification
[2022-NEW]Freelancer Notifierคืออะไร?
[2022-NEW]Freelancer Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย autoclick.info และคุณลักษณะหลักของมันคือ "Bring Freelancer.com New Project Notification to Desktop Notification"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [2022-NEW]Freelancer Notifier
ดาวน์โหลดไฟล์ส่วนขยาย [2022-NEW]Freelancer Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Freelancer Notifier is a Chrome extension that notifies you about new projects from your freelancer account without User Name and Password -Features: - No password required - Desktop Notification - Sound Notification - First bid to win bid - Open Source: https://github.com/autoclick/freelancer-notifier - Websocket Connect very lightweight - Independent with freelancer.com setting - Use by your way with multi options setting
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | [2022-NEW]Freelancer Notifier |
ID | eafegcdajfclfclngeonijfcfigeakgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2022-newfreelancer-notifi/eafegcdajfclfclngeonijfcfigeakgg |
คำอธิบาย | Bring Freelancer.com New Project Notification to Desktop Notification |
ขนาดไฟล์ | 490 KB |
จำนวนการติดตั้ง | 527 |
เวอร์ชันปัจจุบัน | 2022.1.3 |
อัปเดตครั้งล่าสุด | 2021-12-31 |
วันที่เผยแพร่ | 2017-01-07 |
คะแนน | 3.15/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | autoclick.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.my.freelancer.com/get/autoclick?f=give |
URL หน้าช่วยเหลือ | https://www.my.freelancer.com/get/autoclick?f=give |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "data\/options\/config.js", "app.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/icon.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.freelancer.com\/*; object-src 'self'", "description": "Bring Freelancer.com New Project Notification to Desktop Notification", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "[2022-NEW]Freelancer Notifier", "options_page": "data\/options\/options.html", "permissions": [ "notifications", "storage", "cookies", "https:\/\/*.freelancer.com\/*" ], "short_name": "Notifier", "version": "2022.1.3" } |