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" ] } |