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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.mind2matter.co/workalert
URL หน้านโยบายความเป็นส่วนตัว 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": []
        }
    ]
}