[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
screenshot
screenshot

تحميل ملف CRX للإضافة [2022-NEW]Freelancer Notifier

قم بتنزيل ملفات الامتداد [2022-NEW]Freelancer Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني autoclick.us@gmail.com
نوع الدفع free
موقع الإضافة https://www.my.freelancer.com/get/autoclick?f=give
عنوان صفحة المساعدة 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"
}