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. 拡張機能の基本情報
| 名前 | |
| 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": []
} | |