Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
Atlassian OnDemand Enhancer क्या है?
Atlassian OnDemand Enhancer Sergey Ukustov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various enhances for Atlassian OnDemand"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Atlassian OnDemand Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
आधिकारिक URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
विवरण | Various enhances for Atlassian OnDemand |
फ़ाइल का आकार | 38.46 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2013-10-14 |
प्रकाशन तिथि | 2013-10-14 |
डेवलपर | Sergey Ukustov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |