Atlassian OnDemand Enhancer

Various enhances for Atlassian OnDemand

Atlassian OnDemand Enhancer là gì?

Atlassian OnDemand Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Sergey Ukustov, và tính năng chính của nó là "Various enhances for Atlassian OnDemand".

Tải xuống tệp CRX của tiện ích mở rộng Atlassian OnDemand Enhancer

Tải xuống các tệp mở rộng Atlassian OnDemand Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atlassian OnDemand Enhancer Atlassian OnDemand Enhancer
ID dbmdhapjjdhepfnfogkcjlfcepgpbeof
URL Chính Thức https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof
Mô tả Various enhances for Atlassian OnDemand
Kích Thước Tệp 38.46 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-10-14
Ngày Phát Hành 2013-10-14
Nhà Phát Triển Sergey Ukustov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}