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

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