[2022-NEW]Freelancer Notifier
Bring Freelancer.com New Project Notification to Desktop Notification
[2022-NEW]Freelancer Notifier क्या है?
[2022-NEW]Freelancer Notifier autoclick.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring Freelancer.com New Project Notification to Desktop Notification"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में [2022-NEW]Freelancer Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |