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文件
下載QuivvyTools Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |