Insights For Podio

Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…

Qu'est-ce que Insights For Podio ?

Insights For Podio est une extension Chrome développée par https://insightspod.io, et sa fonction principale est "Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Insights For Podio

Téléchargez les fichiers d'extension Insights For Podio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and metadata of their Podio platform. It offers a Podio workspace overview including, health/issues of the workspace/apps, and provides the user a thorough system insight.                    

Informations de Base sur l'Extension

Nom Insights For Podio Insights For Podio
ID namejbgghdedbdcchflmocfhckelenok
URL Officiel https://chromewebstore.google.com/detail/insights-for-podio/namejbgghdedbdcchflmocfhckelenok
Description Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…
Taille du Fichier 82.9 KB
Nombre d'Installations 41
Version Actuelle 1.6
Dernière Mise à Jour 2023-12-18
Date de Publication 2020-06-12
Développeur https://insightspod.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://insightspod.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Insights For Podio",
    "version": "1.6",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/insights_icon16.png",
            "32": "images\/insights_icon32.png",
            "48": "images\/insights_icon48.png",
            "128": "images\/insights_icon128.png"
        },
        "default_title": "Insights For Podio"
    },
    "icons": {
        "16": "images\/insights_icon16.png",
        "32": "images\/insights_icon32.png",
        "48": "images\/insights_icon48.png",
        "128": "images\/insights_icon128.png"
    },
    "host_permissions": [
        "https:\/\/podio.com\/*",
        "https:\/\/insightspod.io\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/fix.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "scripts\/content_canvas.js"
            ],
            "matches": [
                "https:\/\/podio.com\/*",
                "https:\/\/workflow-automation.podio.com\/*",
                "https:\/\/insightspod.io\/webhooks\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/loader.gif",
                "insights_icon.png"
            ],
            "matches": [
                "https:\/\/podio.com\/*",
                "https:\/\/workflow-automation.podio.com\/*",
                "https:\/\/insightspod.io\/*"
            ]
        }
    ]
}