Filter upwork projects

List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries

Filter upwork projectsとは何ですか?

Filter upwork projectsはjaffarhussain1011によって開発されたChromeの拡張機能で、その主な機能は「List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Filter upwork projects拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension runs only on upwork.com website, In this extension upwork filter feature is enhanced and add the capability to exclude listed projects from display based on selected client countries.                    

拡張機能の基本情報

名前 Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
公式URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
説明 List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
ファイルサイズ 348 KB
インストール数 36
現在のバージョン 1.1
最終更新日 2022-03-15
公開日 2022-03-12
評価 5.00/5 合計 1 レビュー
開発者 jaffarhussain1011
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.linkedin.com/in/jaffarhussain1011/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filter upwork projects",
    "description": "List down all countries from upwork jobs listing page , and filter\/exclude listed projects from display based on selected countries",
    "author": "Jaffar Hussain ",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.upwork.com\/*"
            ],
            "js": [
                "static\/filter-projects.js"
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ]
}