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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Power Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | poiiimgigdekjmhpohdceabjlocjenfl |
官方網址 | 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": [ " |