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…

What is Power Tools?

Power Tools is a Chrome extension developed by https://momentumtools.io, and its main feature is "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 Screenshots

screenshot

Download Power Tools Extension CRX File

Download Power Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Power Tools Power Tools
ID poiiimgigdekjmhpohdceabjlocjenfl
Official URL https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl
Description 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…
File Size 322 KB
Installation Count 2,820
Current Version 2.0.5
Last Updated 2023-08-21
Publish Date 2020-06-29
Rating 4.67/5 Total 21 Ratings
Developer https://momentumtools.io
Email [email protected]
Payment Type in_app
Extension Website https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store
Help Page URL https://support.momentumtools.io/container/show/28054
Privacy Policy Page URL https://momentumtools.io/hc/privacy-policy
Supported Languages 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"
    ]
}