Podio Helper

Converting custom calculations field into section breaks.

Podio Helperคืออะไร?

Podio Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ancel.Designs และคุณลักษณะหลักของมันคือ "Converting custom calculations field into section breaks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Podio Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
}