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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |