Atlassian OnDemand Enhancer

Various enhances for Atlassian OnDemand

Qu'est-ce que Atlassian OnDemand Enhancer ?

Atlassian OnDemand Enhancer est une extension Chrome développée par Sergey Ukustov, et sa fonction principale est "Various enhances for Atlassian OnDemand".

Télécharger le fichier CRX de l'extension Atlassian OnDemand Enhancer

Téléchargez les fichiers d'extension Atlassian OnDemand Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Atlassian OnDemand Enhancer Atlassian OnDemand Enhancer
ID dbmdhapjjdhepfnfogkcjlfcepgpbeof
URL Officiel https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof
Description Various enhances for Atlassian OnDemand
Taille du Fichier 38.46 KB
Nombre d'Installations 10
Version Actuelle 0.1
Dernière Mise à Jour 2013-10-14
Date de Publication 2013-10-14
Développeur Sergey Ukustov
Type de Paiement free
Langues Prises en Charge 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
}