QuivvyTools Chrome Extension

Integrate QuivvyTools into Podio and PWA

Τι είναι το QuivvyTools Chrome Extension;

Το QuivvyTools Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://quivvytools.com, και η κύρια λειτουργία του είναι "Integrate QuivvyTools into Podio and PWA".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης QuivvyTools Chrome Extension

Λήψη αρχείων επέκτασης 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 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"
    ]
}