QuivvyTools Chrome Extension
Integrate QuivvyTools into Podio and PWA
QuivvyTools Chrome Extension란 무엇입니까?
QuivvyTools Chrome Extension은(는) https://quivvytools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrate QuivvyTools into Podio and PWA"입니다.
확장 프로그램 스크린샷
QuivvyTools Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this free Chrome Extension for Podio & Podio Workflow Automation (Globiflow), you will be able to: - have a 360° overview of your Podio/PWA setup - check field, app, workspace, organisation AND flow dependencies - monitor the health of your Podio/PWA setup and fix errors instantly - know the impact of deleting a field before deletion - search for specific flow content (eg body of an email brick) - see who changed what, when & where in your Podio structure Visually, this blends completely within the Podio/PWA look & feel. The Quivvy Tools icon displays your dependencies and highlights errors. From there, you can navigate directly to the QuivvyTools Architecture website for a comprehensive overview that shows you the complete context. QuivvyTools Architecture 360° is developed by Quivvy, a Preferred Podio Partner within Europe.
확장 프로그램 기본 정보
이름 | QuivvyTools Chrome Extension |
ID | okneoehcfcpejmnkokolcpfkghelhced |
공식 URL | https://chromewebstore.google.com/detail/quivvytools-chrome-extens/okneoehcfcpejmnkokolcpfkghelhced |
설명 | Integrate QuivvyTools into Podio and PWA |
파일 크기 | 74.88 KB |
설치 횟수 | 313 |
현재 버전 | 0.7.4 |
최근 업데이트 | 2023-05-03 |
출시 날짜 | 2020-05-03 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://quivvytools.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://quivvytools.com |
도움말 페이지 URL | https://quivvytools.com/support/faq |
개인정보 보호 정책 페이지 URL | https://quivvytools.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuivvyTools Chrome Extension", "short_name": "QuivvyTools", "version": "0.7.4", "description": "Integrate QuivvyTools into Podio and PWA", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery-3.3.1.min.js", "jquery-simplemodal.js", "content.js" ], "matches": [ "https:\/\/podio.com\/*", "https:\/\/quivvytools.com\/*", "https:\/\/secure.globiflow.com\/*", "https:\/\/workflow-automation.podio.com\/*" ] } ], "permissions": [ "cookies", "https:\/\/secure.globiflow.com\/*", "http:\/\/secure.globiflow.com\/*", "http:\/\/workflow-automation.podio.com\/*", "https:\/\/workflow-automation.podio.com\/*" ], "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/quivvytools.com\/", "icons": { "16": "logo_icon_16.png", "48": "logo_icon_48.png", "128": "logo_icon_128.png" }, "web_accessible_resources": [ "*.png" ] } |