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…
Was ist Power Tools?
Power Tools ist eine Chrome-Erweiterung, die von https://momentumtools.io entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Power Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Power Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Power Tools |
ID | poiiimgigdekjmhpohdceabjlocjenfl |
Offizielle URL | https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl |
Beschreibung | 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… |
Dateigröße | 322 KB |
Installationsanzahl | 2,820 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2023-08-21 |
Veröffentlichungsdatum | 2020-06-29 |
Bewertung | 4.67/5 Insgesamt 21 Bewertungen |
Entwickler | https://momentumtools.io |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store |
Hilfeseite URL | https://support.momentumtools.io/container/show/28054 |
URL der Datenschutzrichtlinien-Seite | https://momentumtools.io/hc/privacy-policy |
Unterstützte Sprachen | 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": [ " |