Upwork Jobs Notifier

This extenstion is made to notify you with Upwork jobs that matches your skills.

Upwork Jobs Notifierคืออะไร?

Upwork Jobs Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webs-Automation และคุณลักษณะหลักของมันคือ "This extenstion is made to notify you with Upwork jobs that matches your skills."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upwork Jobs Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Upwork Jobs Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
คำอธิบาย This extenstion is made to notify you with Upwork jobs that matches your skills.
ขนาดไฟล์ 395 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 0.15
อัปเดตครั้งล่าสุด 2023-06-03
วันที่เผยแพร่ 2020-08-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Webs-Automation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.eapplier.com/upwork-bot/
URL หน้าช่วยเหลือ http://eapplier.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://www.eapplier.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Jobs Notifier",
    "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "panel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}