Up Work Test
This extension will show client name in upwork site.
什么是Up Work Test?
Up Work Test是由raghavendra.linuxbean开发的Chrome扩展程序,该扩展的主要功能是“This extension will show client name in upwork site.”。
扩展截图
下载Up Work Test扩展crx文件
下载Up Work Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | niankopkdkmkkpflemjaklefbahifgno |
官方URL | https://chrome.google.com/webstore/detail/up-work-test/niankopkdkmkkpflemjaklefbahifgno |
简介 | This extension will show client name in upwork site. |
文件大小 | 103 KB |
安装次数 | 59 |
当前版本 | 3.9 |
更新时间 | 2017-02-25 |
上架时间 | 2017-02-25 |
评分 | 1.80/5 共5次评分 |
开发者 | raghavendra.linuxbean |
付费类型 | free |
隐私政策页面URL | https://www.google.co.in |
支持的语言 | 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" ] } |