Atlassian Browser DevTools

An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.

What is Atlassian Browser DevTools?

Atlassian Browser DevTools is a Chrome extension developed by Atlassian, and its main feature is "An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Atlassian Browser DevTools Extension CRX File

Download Atlassian Browser DevTools 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

                        This extension adds a new "ABD" tab to the browser devtools.

The ABD extension provides an addition to the browser Developer Tools that can help you inspect and debug Atlassian core products and plugins:

- AUI Deprecations Inspector
- WRM Inspector
- WRM Coverage Browser
- WRM Coverage Recorder

Refer to the manual on how to use it
https://bitbucket.org/atlassian/atlassian-browser-devtools/src/master/README.md                    

Extension Basic Information

Name Atlassian Browser DevTools Atlassian Browser DevTools
ID ifdlelpkchpppgmhmidenfmlhdafbnke
Official URL https://chromewebstore.google.com/detail/atlassian-browser-devtool/ifdlelpkchpppgmhmidenfmlhdafbnke
Description An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.
File Size 2.6 MB
Installation Count 395
Current Version 2.8.1
Last Updated 2022-08-10
Publish Date 2018-03-25
Rating 5.00/5 Total 1 Ratings
Developer Atlassian
Email [email protected]
Payment Type free
Extension Website https://bitbucket.org/atlassian/atlassian-browser-devtools/
Help Page URL https://ecosystem.atlassian.net/jira/software/c/projects/ABD/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atlassian Browser DevTools",
    "version": "2.8.1",
    "version_name": "2.8.1",
    "description": "An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "devtools_page": "abd_devtools_page.html",
    "background": {
        "scripts": [
            "abd_background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval';",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxiKTj5YpAMIMiXqyoBRcqsJt6Qq\/jAh\/NlXZ4MFQlrdF3ACeDzvKA2u8mPfCRWTuOgdRkYwWqQhp2x4sUml\/lnLOVG1iQoT+RzgUq5O4fz8vivCMiy0o6jrnYdiWU0bzNS6ZddX6jcQN8892wO33POceXXmwjZMMMI+g4ze5Da9uqbJM5aU\/C9Xnic1cLMyHXNyw9blBuLDIGn17qyq3aW3IHXHhjdaefJahxcc4uyRpLL+\/lwttaWdPR70WLX+m63SCo8DttS37jvcXay3cHL9\/3Xibeyjp6rzzD9xe3TK\/ccUsh1NOUOdbXPPZj0B6bo5nNFjV1InbJVcg3ryjVQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "59.0",
    "short_name": "ABD",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "ABD",
        "default_popup": "popups\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{c5fc733d-e1a9-40ab-858d-dde7133f2e2d}"
        }
    }
}