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…
Co to jest Power Tools?
Power Tools to rozszerzenie Chrome opracowane przez https://momentumtools.io, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Power Tools
Pobierz pliki rozszerzeń Power Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Power Tools |
ID | poiiimgigdekjmhpohdceabjlocjenfl |
Oficjalny URL | https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl |
Opis | 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… |
Rozmiar pliku | 322 KB |
Liczba instalacji | 2,820 |
Aktualna Wersja | 2.0.5 |
Ostatnia Aktualizacja | 2023-08-21 |
Data Publikacji | 2020-06-29 |
Ocena | 4.67/5 Łącznie 21 Oceny |
Deweloper | https://momentumtools.io |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store |
Adres URL Strony Pomocy | https://support.momentumtools.io/container/show/28054 |
Adres URL Strony Polityki Prywatności | https://momentumtools.io/hc/privacy-policy |
Obsługiwane Języki | 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": [ " |