FreelancerAlert Chrome Extension
It is a chrome extension to get new job/project notifications from FreelancerAlert.
Τι είναι το FreelancerAlert Chrome Extension;
Το FreelancerAlert Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FreelancerAlert, και η κύρια λειτουργία του είναι "It is a chrome extension to get new job/project notifications from FreelancerAlert.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FreelancerAlert Chrome Extension
Λήψη αρχείων επέκτασης FreelancerAlert Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |