Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
Wat is Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer is een Chrome-extensie ontwikkeld door Sergey Ukustov, en de belangrijkste functie is "Various enhances for Atlassian OnDemand".
Download het CRX-bestand van de extensie Atlassian OnDemand Enhancer
Download Atlassian OnDemand Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Officiële URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Beschrijving | Various enhances for Atlassian OnDemand |
Bestandsgrootte | 38.46 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-10-14 |
Publicatiedatum | 2013-10-14 |
Ontwikkelaar | Sergey Ukustov |
Betalingswijze | free |
Ondersteunde Talen | 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 } |