Power Tools

Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…

Power Toolsคืออะไร?

Power Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://momentumtools.io และคุณลักษณะหลักของมันคือ "Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Power Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier.

These 4 tools are included in this extension:

- Bulk Edit: Update multiple Podio items directly from your table overview.
- Power Export: Combine your linked Podio apps in one export. Drag and drop the columns you want to export, save your report and click export.
- Power Sync: Sync your Podio app to a Google Sheet.
- Power filters: Filter on fields from related Podio apps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Power Tools Power Tools
ID poiiimgigdekjmhpohdceabjlocjenfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl
คำอธิบาย Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…
ขนาดไฟล์ 322 KB
จำนวนการติดตั้ง 2,820
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2020-06-29
คะแนน 4.67/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://momentumtools.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store
URL หน้าช่วยเหลือ https://support.momentumtools.io/container/show/28054
URL หน้านโยบายความเป็นส่วนตัว https://momentumtools.io/hc/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Tools",
    "version": "2.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/pop-up\/index.html",
        "default_icon": {
            "128": "assets\/logo.png"
        },
        "default_title": "Power Tools"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.podio.com\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs"
    ]
}