[2022-NEW]Freelancer Notifier

Bring Freelancer.com New Project Notification to Desktop Notification

[2022-NEW]Freelancer Notifier là gì?

[2022-NEW]Freelancer Notifier là một tiện ích mở rộng Chrome được phát triển bởi autoclick.info, và tính năng chính của nó là "Bring Freelancer.com New Project Notification to Desktop Notification".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng [2022-NEW]Freelancer Notifier

Tải xuống các tệp mở rộng [2022-NEW]Freelancer Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên [2022-NEW]Freelancer Notifier [2022-NEW]Freelancer Notifier
ID eafegcdajfclfclngeonijfcfigeakgg
URL Chính Thức https://chromewebstore.google.com/detail/2022-newfreelancer-notifi/eafegcdajfclfclngeonijfcfigeakgg
Mô tả Bring Freelancer.com New Project Notification to Desktop Notification
Kích Thước Tệp 490 KB
Số Lần Cài Đặt 527
Phiên Bản Hiện Tại 2022.1.3
Cập Nhật Lần Cuối 2021-12-31
Ngày Phát Hành 2017-01-07
Đánh Giá 3.15/5 Tổng số 26 Đánh Giá
Nhà Phát Triển autoclick.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.my.freelancer.com/get/autoclick?f=give
URL Trang Trợ Giúp https://www.my.freelancer.com/get/autoclick?f=give
Ngôn Ngữ Được Hỗ Trợ 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"
}