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
电子邮箱 [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:\/\/*"
    ]
}