Podio Helper

Converting custom calculations field into section breaks.

什麼是Podio Helper?

Podio Helper是由Ancel.Designs開發的Chrome擴展程式,該擴展的主要功能是“Converting custom calculations field into section breaks.”。

擴展截圖

screenshot
screenshot

下載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 Podio Helper
ID fhjdnhpildnjpfelhpbicemjohfompdm
官方網址 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
電子郵箱 [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"
}