WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Upwork Job Score

Upwork Job Score

View on Chrome Web Store
View Upwork Job Score Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An extension that rates Upwork job postings based on various criteria, helping freelancers identify the best opportunities quickly.
Type
Extension
Users
143 users
7
Anan
View author page of Anan
Published
Published on September 23, 2024
Version 1.2
Manifest version
3
Updated
Updated on September 25, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Upwork Job Score Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "An extension that rates Upwork job postings based on various criteria, helping freelancers identify the best opportunities quickly.",
    "version": "1.2",
    "manifest_version": 3,
    "name": "Upwork Job Score",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top