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é es Insights For Podio?

Insights For Podio es una extensión de Chrome desarrollada por https://insightspod.io, y su función principal es "Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Insights For Podio

Descarga archivos de extensión Insights For Podio en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Insights For Podio Insights For Podio
ID namejbgghdedbdcchflmocfhckelenok
URL Oficial https://chromewebstore.google.com/detail/insights-for-podio/namejbgghdedbdcchflmocfhckelenok
Descripción Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…
Tamaño del Archivo 82.9 KB
Cantidad de Instalaciones 41
Versión Actual 1.6
Última Actualización 2023-12-18
Fecha de Publicación 2020-06-12
Desarrollador https://insightspod.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://insightspod.io/
Idiomas Soportados 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\/*"
            ]
        }
    ]
}