Asana Custom Fields Summarizer
Automatically sums your Asana custom fields, by headers and sections!
Asana Custom Fields Summarizer क्या है?
Asana Custom Fields Summarizer jordan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically sums your Asana custom fields, by headers and sections!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asana Custom Fields Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } ] } |