[2022-NEW]Freelancer Notifier
Bring Freelancer.com New Project Notification to Desktop Notification
Qu'est-ce que [2022-NEW]Freelancer Notifier ?
[2022-NEW]Freelancer Notifier est une extension Chrome développée par autoclick.info, et sa fonction principale est "Bring Freelancer.com New Project Notification to Desktop Notification".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension [2022-NEW]Freelancer Notifier
Téléchargez les fichiers d'extension [2022-NEW]Freelancer Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | [2022-NEW]Freelancer Notifier |
ID | eafegcdajfclfclngeonijfcfigeakgg |
URL Officiel | https://chromewebstore.google.com/detail/2022-newfreelancer-notifi/eafegcdajfclfclngeonijfcfigeakgg |
Description | Bring Freelancer.com New Project Notification to Desktop Notification |
Taille du Fichier | 490 KB |
Nombre d'Installations | 527 |
Version Actuelle | 2022.1.3 |
Dernière Mise à Jour | 2021-12-31 |
Date de Publication | 2017-01-07 |
Évaluation | 3.15/5 Total 26 Évaluations |
Développeur | autoclick.info |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.my.freelancer.com/get/autoclick?f=give |
URL de la Page d'Aide | https://www.my.freelancer.com/get/autoclick?f=give |
Langues Prises en Charge | 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" } |