Upwork Jobs Notifier

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

Upwork Jobs Notifier란 무엇입니까?

Upwork Jobs Notifier은(는) Webs-Automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extenstion is made to notify you with Upwork jobs that matches your skills."입니다.

확장 프로그램 스크린샷

screenshot

Upwork Jobs Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}