ProUphelper
Checking job info on upwork has never been so easy!
什麼是ProUphelper?
ProUphelper是由http://www.prouphelper.com開發的Chrome擴展程式,該擴展的主要功能是“Checking job info on upwork has never been so easy!”。
擴展截圖
下載ProUphelper擴展crx文件
下載ProUphelper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. two column layout to increase job info area 2. pretty print job description 3. endless scrolling without click
擴展基本資訊
名稱 | |
ID | kfelkfmonbokhpeikicnbbnojadedadp |
官方網址 | https://chrome.google.com/webstore/detail/prouphelper/kfelkfmonbokhpeikicnbbnojadedadp |
簡介 | Checking job info on upwork has never been so easy! |
檔案大小 | 129 KB |
安裝次數 | 15 |
目前版本 | 0.1 |
更新時間 | 2017-05-11 |
上架時間 | 2017-05-11 |
開發者 | http://www.prouphelper.com |
付費類型 | free |
說明頁面URL | http://www.prouphelper.com/#contact |
支援的語言 | 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" } |