Support for Deltek™ Timekeeping

Corrects Deltek™ support in Google Chrome™

Τι είναι το Support for Deltek™ Timekeeping;

Το Support for Deltek™ Timekeeping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ethan Trewhitt, και η κύρια λειτουργία του είναι "Corrects Deltek™ support in Google Chrome™".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Support for Deltek™ Timekeeping

Λήψη αρχείων επέκτασης 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 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": []
}