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…
Apa itu Power Tools?
Power Tools adalah ekstensi Chrome yang dikembangkan oleh https://momentumtools.io, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Power Tools
Unduh file ekstensi Power Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Power Tools |
ID | poiiimgigdekjmhpohdceabjlocjenfl |
URL Resmi | https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl |
Deskripsi | 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… |
Ukuran File | 322 KB |
Jumlah Instalasi | 2,820 |
Versi Saat Ini | 2.0.5 |
Terakhir Diperbarui | 2023-08-21 |
Tanggal Publikasi | 2020-06-29 |
Penilaian | 4.67/5 Total 21 Penilaian |
Pengembang | https://momentumtools.io |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store |
URL Halaman Bantuan | https://support.momentumtools.io/container/show/28054 |
URL Halaman Kebijakan Privasi | https://momentumtools.io/hc/privacy-policy |
Bahasa yang Didukung | 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": [ " |