FreelancerAlert Chrome Extension
It is a chrome extension to get new job/project notifications from FreelancerAlert.
FreelancerAlert Chrome Extension क्या है?
FreelancerAlert Chrome Extension FreelancerAlert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is a chrome extension to get new job/project notifications from FreelancerAlert."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FreelancerAlert Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FreelancerAlert is a completely free online service that will save you hours of time each day by aggregating all of the major freelancer platform job/project postings all in one easy-to-use dashboard. Using FreelancerAlert, you can check & monitor hundreds of postings in one place in real-time and not need to worry about losing opportunities. This chrome extension is to make users get new job/project notifications from FreelancerAlert more easily. Once you install it on your chrome browser and log in with your FreelancerAlert account, you can receive notifications following your filter template and notification setting. It stores your filter template on your chrome profile, there is no need to log in every time when you run your browser. If periodical notification bothers your work, just log out to turn off the notification. For more information about FreelancerAlert, visit following links. https://www.freelanceralert.com
एक्सटेंशन की मूल जानकारी
नाम | FreelancerAlert Chrome Extension |
ID | dceekenifddjfocfmggcffaacenoanac |
आधिकारिक URL | https://chromewebstore.google.com/detail/freelanceralert-chrome-ex/dceekenifddjfocfmggcffaacenoanac |
विवरण | It is a chrome extension to get new job/project notifications from FreelancerAlert. |
फ़ाइल का आकार | 94.54 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-09-06 |
प्रकाशन तिथि | 2021-09-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | FreelancerAlert |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.freelanceralert.com |
गोपनीयता नीति पृष्ठ URL | https://freelanceralert.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FreelancerAlert Chrome Extension", "description": "It is a chrome extension to get new job\/project notifications from FreelancerAlert.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.min.js" }, "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "storage", "tabs", "activeTab", "scripting", "alarms" ], "action": { "default_popup": "popup.min.html", "default_icon": { "16": "\/images\/default_icon.png", "32": "\/images\/default_icon.png", "48": "\/images\/default_icon.png", "128": "\/images\/default_icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |