Support for Deltek™ Timekeeping
Corrects Deltek™ support in Google Chrome™
什么是Support for Deltek™ Timekeeping?
Support for Deltek™ Timekeeping是由Ethan Trewhitt开发的Chrome扩展程序,该扩展的主要功能是“Corrects Deltek™ support in Google Chrome™”。
扩展截图
下载Support for Deltek™ Timekeeping扩展crx文件
下载Support for Deltek™ Timekeeping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tiny extension corrects a small incompatibility in the Deltek web-based timekeeping software. It enables the binocular dialog to work properly in Google Chrome™, including the Favorites category. The original version was developed by Joe Rawlings at https://github.com/jrawlings/Chrome-Deltek-Support The source code for this exact release is available at https://github.com/courtarro/Chrome-Deltek-Support The authors of this extension are not affiliated with Deltek, Inc. or Google, Inc. Deltek™ is a trademark of Deltek, Inc. Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
扩展基本信息
名称 | Support for Deltek™ Timekeeping |
ID | kpdjcbjokpineoagcakcocnhpdpifakf |
官方URL | https://chromewebstore.google.com/detail/support-for-deltek-timeke/kpdjcbjokpineoagcakcocnhpdpifakf |
简介 | Corrects Deltek™ support in Google Chrome™ |
文件大小 | 19.51 KB |
安装次数 | 263 |
当前版本 | 1.0.2 |
更新时间 | 2014-07-09 |
上架时间 | 2014-07-08 |
评分 | 4.67/5 共3次评分 |
开发者 | Ethan Trewhitt |
付费类型 | free |
扩展官网 | https://github.com/courtarro/Chrome-Deltek-Support |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Support for Deltek\u2122 Timekeeping", "description": "Corrects Deltek\u2122 support in Google Chrome\u2122", "version": "1.0.2", "homepage_url": "https:\/\/github.com\/courtarro\/Chrome-Deltek-Support", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/DeltekTC\/*", "https:\/\/*\/DeltekTC\/*" ], "js": [ "js\/deltek.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [] } |