Atlassian OnDemand Enhancer

Various enhances for Atlassian OnDemand

Co je Atlassian OnDemand Enhancer?

Atlassian OnDemand Enhancer je rozšíření Chrome vyvinuté Sergey Ukustov, a jeho hlavní funkcí je „Various enhances for Atlassian OnDemand“.

Stáhnout soubor CRX rozšíření Atlassian OnDemand Enhancer

Stáhněte si soubory rozšíření Atlassian OnDemand Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Atlassian OnDemand Enhancer Atlassian OnDemand Enhancer
ID dbmdhapjjdhepfnfogkcjlfcepgpbeof
Oficiální URL https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof
Popis Various enhances for Atlassian OnDemand
Velikost souboru 38.46 KB
Počet instalací 10
Aktuální Verze 0.1
Poslední Aktualizace 2013-10-14
Datum Vydání 2013-10-14
Vývojář Sergey Ukustov
Typ Platby free
Podporované Jazyky 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
}