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ファイルをダウンロード

Upwork ToolKit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}