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 |
官方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": [ " |