Graffiti iXBRL Accounts Highlighter

Highlights iXBRL tagged items & shows tags used in accounts

Graffiti iXBRL Accounts Highlighterとは何ですか?

Graffiti iXBRL Accounts Highlighterはhttps://stechanalytics.comによって開発されたChromeの拡張機能で、その主な機能は「Highlights iXBRL tagged items & shows tags used in accounts」です。

拡張機能のスクリーンショット

screenshot

Graffiti iXBRL Accounts Highlighter拡張機能のCRXファイルをダウンロード

Graffiti iXBRL Accounts Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Graffiti iXBRL Accounts Highlighter Graffiti iXBRL Accounts Highlighter
ID ealngikbgnfohakhaiembanjecaejoid
公式URL https://chromewebstore.google.com/detail/graffiti-ixbrl-accounts-h/ealngikbgnfohakhaiembanjecaejoid
説明 Highlights iXBRL tagged items & shows tags used in accounts
ファイルサイズ 132 KB
インストール数 75
現在のバージョン 0.0.10
最終更新日 2018-07-28
公開日 2018-07-28
開発者 https://stechanalytics.com
Eメール [email protected]
支払い方法 free
対応言語 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:\/\/*"
    ]
}