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 |
Eメール | [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": [ " |