ProUphelper
Checking job info on upwork has never been so easy!
What is ProUphelper?
ProUphelper is a Chrome extension developed by http://www.prouphelper.com, and its main feature is "Checking job info on upwork has never been so easy!".
Extension Screenshots
Download ProUphelper Extension CRX File
Download ProUphelper 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
1. two column layout to increase job info area 2. pretty print job description 3. endless scrolling without click
Extension Basic Information
Name | |
ID | kfelkfmonbokhpeikicnbbnojadedadp |
Official URL | https://chrome.google.com/webstore/detail/prouphelper/kfelkfmonbokhpeikicnbbnojadedadp |
Description | Checking job info on upwork has never been so easy! |
File Size | 129 KB |
Installation Count | 15 |
Current Version | 0.1 |
Last Updated | 2017-05-11 |
Publish Date | 2017-05-11 |
Developer | http://www.prouphelper.com |
Payment Type | free |
Help Page URL | http://www.prouphelper.com/#contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*" ], "js": [ "js\/jquery-1.12.4.js", "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/uphelper_16.png", "48": "img\/uphelper_48.png", "128": "img\/uphelper_128.png" }, "browser_action": { "default_icon": "img\/uphelper_48.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "notifications", "*:\/\/www.prouphelper.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.prouphelper.com; object-src 'self'", "manifest_version": 2, "name": "ProUphelper", "description": "Checking job info on upwork has never been so easy!", "version": "0.1" } |