Graffiti iXBRL Accounts Highlighter

Highlights iXBRL tagged items & shows tags used in accounts

Hvad er Graffiti iXBRL Accounts Highlighter?

Graffiti iXBRL Accounts Highlighter er en Chrome-udvidelse udviklet af https://stechanalytics.com, og dens hovedfunktion er "Highlights iXBRL tagged items & shows tags used in accounts".

Udvidelsesskærmbilleder

screenshot

Download Graffiti iXBRL Accounts Highlighter-udvidelses-CRX-fil

Download Graffiti iXBRL Accounts Highlighter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Graffiti iXBRL Accounts Highlighter Graffiti iXBRL Accounts Highlighter
ID ealngikbgnfohakhaiembanjecaejoid
Officiel URL https://chromewebstore.google.com/detail/graffiti-ixbrl-accounts-h/ealngikbgnfohakhaiembanjecaejoid
Beskrivelse Highlights iXBRL tagged items & shows tags used in accounts
Filstørrelse 132 KB
Antal Installationer 75
Nuværende Version 0.0.10
Senest Opdateret 2018-07-28
Udgivelsesdato 2018-07-28
Udvikler https://stechanalytics.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/*"
    ]
}