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

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

拡張機能の使用方法

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