Graffiti iXBRL Accounts Highlighter

Highlights iXBRL tagged items & shows tags used in accounts

Apa itu Graffiti iXBRL Accounts Highlighter?

Graffiti iXBRL Accounts Highlighter adalah ekstensi Chrome yang dikembangkan oleh https://stechanalytics.com, dan fitur utamanya adalah "Highlights iXBRL tagged items & shows tags used in accounts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Graffiti iXBRL Accounts Highlighter

Unduh file ekstensi Graffiti iXBRL Accounts Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Graffiti iXBRL Accounts Highlighter Graffiti iXBRL Accounts Highlighter
ID ealngikbgnfohakhaiembanjecaejoid
URL Resmi https://chromewebstore.google.com/detail/graffiti-ixbrl-accounts-h/ealngikbgnfohakhaiembanjecaejoid
Deskripsi Highlights iXBRL tagged items & shows tags used in accounts
Ukuran File 132 KB
Jumlah Instalasi 75
Versi Saat Ini 0.0.10
Terakhir Diperbarui 2018-07-28
Tanggal Publikasi 2018-07-28
Pengembang https://stechanalytics.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*"
    ]
}