Up Work Test

This extension will show client name in upwork site.

What is Up Work Test?

Up Work Test is a Chrome extension developed by raghavendra.linuxbean, and its main feature is "This extension will show client name in upwork site.".

Extension Screenshots

screenshot

Download Up Work Test Extension CRX File

Download Up Work Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Up Work Test Up Work Test
ID niankopkdkmkkpflemjaklefbahifgno
Official URL https://chrome.google.com/webstore/detail/up-work-test/niankopkdkmkkpflemjaklefbahifgno
Description This extension will show client name in upwork site.
File Size 103 KB
Installation Count 59
Current Version 3.9
Last Updated 2017-02-25
Publish Date 2017-02-25
Rating 1.80/5 Total 5 Ratings
Developer raghavendra.linuxbean
Payment Type free
Privacy Policy Page URL https://www.google.co.in
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Up Work Test",
    "description": "This extension will show client name in upwork site.",
    "version": "3.9",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "script.js",
                "angular.min.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}