Podio Helper
Converting custom calculations field into section breaks.
Podio Helperとは何ですか?
Podio HelperはAncel.Designsによって開発されたChromeの拡張機能で、その主な機能は「Converting custom calculations field into section breaks.」です。
拡張機能のスクリーンショット
Podio Helper拡張機能のCRXファイルをダウンロード
Podio Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
****If you are using 'Podio Night Mode', This is NOT Needed!!**** Podio currently does not offer a section break for Podio. This is a current solution. This also extends the width of your tables for more view. ------------------------ In order to use this extension. Create an APP with a calculation field. My Setup : 1. Modify Template 2. Create 'Text Field' named 'Separator' 3. Change 'Text Field' to 'Always Hidden' 4. Save Template 5. Reopen Modify Template (you do this so it saves the separator field) 6. Add 'Calculation Field' 7. Inside 'Calculation Field' enter 1 or 2 choices below: **HEADER ONLY: if (@Separator!=''){'Custom Header Info\n===\n'} **HEADER WITH ADDITIONAL TEXT: if (@Separator!=''){'Custom Header Info\n===\n' + 'additional information'} 8. Verify that the entry below has a blue '@Separator', otherwise it wont save, if 8. Save Template With this plugin installed you should now have a blue separator.
拡張機能の基本情報
名前 | Podio Helper |
ID | fhjdnhpildnjpfelhpbicemjohfompdm |
公式URL | https://chromewebstore.google.com/detail/podio-helper/fhjdnhpildnjpfelhpbicemjohfompdm |
説明 | Converting custom calculations field into section breaks. |
ファイルサイズ | 18.38 KB |
インストール数 | 90 |
現在のバージョン | 15.3 |
最終更新日 | 2019-10-16 |
公開日 | 2019-10-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Ancel.Designs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "exclude_globs": [ "" ], "include_globs": [ "*" ], "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/podio.com\/*", "*:\/\/podio.com\/*" ], "exclude_matches": [ "*:\/\/podio.com\/webforms\/*", "*:\/\/podio.com\/login*", "*:\/\/podio.com\/*\/*\/*\/*\/edit*" ] } ], "description": "Converting custom calculations field into section breaks.", "name": "Podio Helper", "short_name": "Podio Helper", "version": "15.3" } |