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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Power Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}