FreelancerAlert Chrome Extension

It is a chrome extension to get new job/project notifications from FreelancerAlert.

Cos'è FreelancerAlert Chrome Extension?

FreelancerAlert Chrome Extension è un'estensione di Chrome sviluppata da FreelancerAlert, e la sua funzione principale è "It is a chrome extension to get new job/project notifications from FreelancerAlert.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FreelancerAlert Chrome Extension

Scarica i file di estensione FreelancerAlert Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FreelancerAlert Chrome Extension FreelancerAlert Chrome Extension
ID dceekenifddjfocfmggcffaacenoanac
URL Ufficiale https://chromewebstore.google.com/detail/freelanceralert-chrome-ex/dceekenifddjfocfmggcffaacenoanac
Descrizione It is a chrome extension to get new job/project notifications from FreelancerAlert.
Dimensione del File 94.54 KB
Conteggio Installazioni 94
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-06
Data di Pubblicazione 2021-09-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore FreelancerAlert
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freelanceralert.com
URL della Pagina della Politica sulla Privacy https://freelanceralert.com/privacy-policy
Lingue Supportate 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"
    }
}