Support for Deltek™ Timekeeping
Corrects Deltek™ support in Google Chrome™
O que é Support for Deltek™ Timekeeping?
Support for Deltek™ Timekeeping é uma extensão do Chrome desenvolvida por Ethan Trewhitt, e sua principal característica é "Corrects Deltek™ support in Google Chrome™".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Support for Deltek™ Timekeeping
Baixe arquivos de extensão Support for Deltek™ Timekeeping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Support for Deltek™ Timekeeping |
ID | kpdjcbjokpineoagcakcocnhpdpifakf |
URL Oficial | https://chromewebstore.google.com/detail/support-for-deltek-timeke/kpdjcbjokpineoagcakcocnhpdpifakf |
Descrição | Corrects Deltek™ support in Google Chrome™ |
Tamanho do Arquivo | 19.51 KB |
Contagem de Instalações | 263 |
Versão Atual | 1.0.2 |
Última Atualização | 2014-07-09 |
Data de Publicação | 2014-07-08 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Ethan Trewhitt |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/courtarro/Chrome-Deltek-Support |
Idiomas Suportados | 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": [] } |