[2022-NEW]Freelancer Notifier

Bring Freelancer.com New Project Notification to Desktop Notification

Что такое [2022-NEW]Freelancer Notifier?

[2022-NEW]Freelancer Notifier - это расширение Chrome, разработанное autoclick.info, и его основная функция - "Bring Freelancer.com New Project Notification to Desktop Notification".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения [2022-NEW]Freelancer Notifier

Скачайте файлы расширений [2022-NEW]Freelancer Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 [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"
}