Support for Deltek™ Timekeeping

Corrects Deltek™ support in Google Chrome™

Support for Deltek™ Timekeeping là gì?

Support for Deltek™ Timekeeping là một tiện ích mở rộng Chrome được phát triển bởi Ethan Trewhitt, và tính năng chính của nó là "Corrects Deltek™ support in Google Chrome™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Support for Deltek™ Timekeeping

Tải xuống các tệp mở rộng Support for Deltek™ Timekeeping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Support for Deltek™ Timekeeping Support for Deltek™ Timekeeping
ID kpdjcbjokpineoagcakcocnhpdpifakf
URL Chính Thức https://chromewebstore.google.com/detail/support-for-deltek-timeke/kpdjcbjokpineoagcakcocnhpdpifakf
Mô tả Corrects Deltek™ support in Google Chrome™
Kích Thước Tệp 19.51 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-07-09
Ngày Phát Hành 2014-07-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ethan Trewhitt
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/courtarro/Chrome-Deltek-Support
Ngôn Ngữ Được Hỗ Trợ 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": []
}