Graffiti iXBRL Accounts Highlighter

Highlights iXBRL tagged items & shows tags used in accounts

What is Graffiti iXBRL Accounts Highlighter?

Graffiti iXBRL Accounts Highlighter is a Chrome extension developed by https://stechanalytics.com, and its main feature is "Highlights iXBRL tagged items & shows tags used in accounts".

Extension Screenshots

screenshot

Download Graffiti iXBRL Accounts Highlighter Extension CRX File

Download Graffiti iXBRL Accounts Highlighter 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

                        Graffiti highlights tagged items in iXBRL accounts. You can see the name of the tagged item by hovering the mouse over the item. This tool is very quick and easy to use to help review accounts to check ixbrl tagging quality before submitting accounts and on audit review.                    

Extension Basic Information

Name Graffiti iXBRL Accounts Highlighter Graffiti iXBRL Accounts Highlighter
ID ealngikbgnfohakhaiembanjecaejoid
Official URL https://chromewebstore.google.com/detail/graffiti-ixbrl-accounts-h/ealngikbgnfohakhaiembanjecaejoid
Description Highlights iXBRL tagged items & shows tags used in accounts
File Size 132 KB
Installation Count 75
Current Version 0.0.10
Last Updated 2018-07-28
Publish Date 2018-07-28
Developer https://stechanalytics.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graffiti iXBRL Accounts Highlighter",
    "short_name": "Graffiti",
    "version": "0.0.10",
    "manifest_version": 2,
    "description": "Highlights iXBRL tagged items & shows tags used in accounts",
    "icons": {
        "48": "graffiti.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "graffiti.png"
    },
    "permissions": [
        "activeTab",
        "file:\/\/*"
    ]
}