Upwork ToolKit

Find good opportunities more efficiently, improve browsing experience

Upwork ToolKit란 무엇입니까?

Upwork ToolKit은(는) MrGreen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find good opportunities more efficiently, improve browsing experience"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Find good opportunities more efficiently, improve browsing experience, apply styling based on your rules, to exclude jobs you don't normally apply to                    

확장 프로그램 기본 정보

이름 Upwork ToolKit Upwork ToolKit
ID lehelogbgpjdhonbmnlfnhikclcdgjei
공식 URL https://chromewebstore.google.com/detail/upwork-toolkit/lehelogbgpjdhonbmnlfnhikclcdgjei
설명 Find good opportunities more efficiently, improve browsing experience
파일 크기 127 KB
설치 횟수 497
현재 버전 1.0.0
최근 업데이트 2022-04-24
출시 날짜 2022-04-23
평점 5.00/5 총 1 개의 평점
개발자 MrGreen
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://subscriptionhandler.herokuapp.com/privacy_policy.txt
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork ToolKit",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-128x128.png"
    },
    "description": "Find good opportunities more efficiently, improve browsing experience",
    "homepage_url": "https:\/\/github.com\/aozien",
    "short_name": "Upwork ToolKit",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.upwork.com\/*",
        "https:\/\/www.upwork.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "aozien",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16x16.png",
            "32": "assets\/icons\/icon-32x32.png",
            "48": "assets\/icons\/icon-48x48.png",
            "128": "assets\/icons\/icon-128x128.png"
        },
        "default_title": "tiny title",
        "chrome_style": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.upwork.com\/nx\/find-work*",
                "http:\/\/www.upwork.com\/nx\/jobs\/search\/*",
                "https:\/\/www.upwork.com\/nx\/find-work*",
                "https:\/\/www.upwork.com\/nx\/jobs\/search\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}