Upwork Diary Summary

Makes summary report on work diary page

What is Upwork Diary Summary?

Upwork Diary Summary is a Chrome extension developed by Unknown, and its main feature is "Makes summary report on work diary page".

Extension Screenshots

screenshot

Download Upwork Diary Summary Extension CRX File

Download Upwork Diary Summary 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 Upwork Diary Summary Upwork Diary Summary
ID beebifafkinphpomlacgdhbbkmiehkid
Official URL https://chromewebstore.google.com/detail/upwork-diary-summary/beebifafkinphpomlacgdhbbkmiehkid
Description Makes summary report on work diary page
File Size 11.1 KB
Installation Count 19
Current Version 1.0
Last Updated 2017-10-07
Publish Date 2017-10-07
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Upwork Diary Summary",
    "description": "Makes summary report on work diary page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upwork.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}