Asana Custom Fields Summarizer

Automatically sums your Asana custom fields, by headers and sections!

Asana Custom Fields Summarizerとは何ですか?

Asana Custom Fields Summarizerはjordanによって開発されたChromeの拡張機能で、その主な機能は「Automatically sums your Asana custom fields, by headers and sections!」です。

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

screenshot

Asana Custom Fields Summarizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Asana Custom Fields Summarizer adds SUM fields on sections and column field headers for projects with numerical custom field columns. The extension updates in real-time, so when any changes you make to the custom field values will bubble up to calculate new aggregated sums! If you're a fan of the SUM function in Excel, this extension is made for you.

Easily toggle the extension on and off by clicking on the extension's browser button (to the right of the browser URL bar).                    

拡張機能の基本情報

名前 Asana Custom Fields Summarizer Asana Custom Fields Summarizer
ID macdpfbpmamdhlpplkgcjdcpfikeonlp
公式URL https://chromewebstore.google.com/detail/asana-custom-fields-summa/macdpfbpmamdhlpplkgcjdcpfikeonlp
説明 Automatically sums your Asana custom fields, by headers and sections!
ファイルサイズ 1.15 MB
インストール数 119
現在のバージョン 0.0.1
最終更新日 2017-10-11
公開日 2017-10-11
評価 3.67/5 合計 3 レビュー
開発者 jordan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asana Custom Fields Summarizer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Automatically sums your Asana custom fields, by headers and sections!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon64.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}