[2022-NEW]Freelancer Notifier

Bring Freelancer.com New Project Notification to Desktop Notification

什麼是[2022-NEW]Freelancer Notifier?

[2022-NEW]Freelancer Notifier是由autoclick.info開發的Chrome擴展程式,該擴展的主要功能是“Bring Freelancer.com New Project Notification to Desktop Notification”。

擴展截圖

screenshot
screenshot

下載[2022-NEW]Freelancer Notifier擴展crx文件

下載[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
官方網址 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"
}