Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
Cos'è Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer è un'estensione di Chrome sviluppata da Sergey Ukustov, e la sua funzione principale è "Various enhances for Atlassian OnDemand".
Scarica il file CRX dell'estensione Atlassian OnDemand Enhancer
Scarica i file di estensione Atlassian OnDemand Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension removes disturbing copyright notice on the bottom of Confluence, and forces all External Links to open in a new tab. It's intended to be a quick solution for people not able to update Atlassian OnDemand templates.
Informazioni di Base sull'Estensione
Nome | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
URL Ufficiale | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Descrizione | Various enhances for Atlassian OnDemand |
Dimensione del File | 38.46 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-10-14 |
Data di Pubblicazione | 2013-10-14 |
Sviluppatore | Sergey Ukustov |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atlassian OnDemand Enhancer", "short_name": "Atlassian Enhancer", "version": "0.1", "description": "Various enhances for Atlassian OnDemand", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/enhancer.js" ] } ], "manifest_version": 2 } |