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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |