Work Alert

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

Work Alert란 무엇입니까?

Work Alert은(는) https://mind2matter.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted."입니다.

확장 프로그램 스크린샷

Work Alert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": []
        }
    ]
}