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.                     扩展基本信息
| 名称 |   |  
| 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"
    ]
}  |  |