Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
What is Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer is a Chrome extension developed by Sergey Ukustov, and its main feature is "Various enhances for Atlassian OnDemand".
Download Atlassian OnDemand Enhancer Extension CRX File
Download Atlassian OnDemand Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Official URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Description | Various enhances for Atlassian OnDemand |
File Size | 38.46 KB |
Installation Count | 10 |
Current Version | 0.1 |
Last Updated | 2013-10-14 |
Publish Date | 2013-10-14 |
Developer | Sergey Ukustov |
Payment Type | free |
Supported Languages | 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 } |