Support for Deltek™ Timekeeping

Corrects Deltek™ support in Google Chrome™

Support for Deltek™ Timekeeping क्या है?

Support for Deltek™ Timekeeping Ethan Trewhitt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Corrects Deltek™ support in Google Chrome™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Support for Deltek™ Timekeeping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": []
}