Work Alert

Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.

ما هو Work Alert؟

Work Alert هو إضافة Chrome تم تطويرها بواسطة https://mind2matter.co، والميزة الرئيسية لها هي "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Work Alert

قم بتنزيل ملفات الامتداد Work Alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Work Alert makes finding Freelancing jobs easier. 

How many hours do you spend every day searching Upwork for new jobs?

Now you can track jobs posted into Upwork for your keywords!

As soon as clients post jobs for your keywords, you'll receive a notification. 

Applying to Jobs, First, increases your chances of being selected by the client. 

So not only are you saving time, you're increasing your chances of getting more clients. 

Start using Work Alert Today!                    

معلومات أساسية عن التمديد

الاسم Work Alert Work Alert
ID bagdglcafknfffmedfbpfodlafgjmmig
عنوان URL الرسمي https://chromewebstore.google.com/detail/work-alert/bagdglcafknfffmedfbpfodlafgjmmig
الوصف Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.
حجم الملف 444 KB
عدد التثبيتات 308
النسخة الحالية 5.2
آخر تحديث 2022-12-09
تاريخ النشر 2020-09-27
تقييم 4.00/5 مجموع تقييمات 3
المطور https://mind2matter.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.mind2matter.co/workalert
عنوان صفحة المساعدة https://www.mind2matter.co/workalert
عنوان صفحة سياسة الخصوصية http://www.mind2matter.co/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.",
    "version": "5.2",
    "manifest_version": 3,
    "name": "Work Alert",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-sm.png"
    },
    "icons": {
        "128": "icon-sm.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "background",
        "notifications",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-sm.png",
                "icon-sm.png"
            ],
            "matches": []
        }
    ]
}