Graffiti iXBRL Accounts Highlighter

Highlights iXBRL tagged items & shows tags used in accounts

Co to jest Graffiti iXBRL Accounts Highlighter?

Graffiti iXBRL Accounts Highlighter to rozszerzenie Chrome opracowane przez https://stechanalytics.com, a jego główną funkcją jest „Highlights iXBRL tagged items & shows tags used in accounts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Graffiti iXBRL Accounts Highlighter

Pobierz pliki rozszerzeń Graffiti iXBRL Accounts Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Graffiti iXBRL Accounts Highlighter Graffiti iXBRL Accounts Highlighter
ID ealngikbgnfohakhaiembanjecaejoid
Oficjalny URL https://chromewebstore.google.com/detail/graffiti-ixbrl-accounts-h/ealngikbgnfohakhaiembanjecaejoid
Opis Highlights iXBRL tagged items & shows tags used in accounts
Rozmiar pliku 132 KB
Liczba instalacji 75
Aktualna Wersja 0.0.10
Ostatnia Aktualizacja 2018-07-28
Data Publikacji 2018-07-28
Deweloper https://stechanalytics.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*"
    ]
}