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…

O que é Insights For Podio?

Insights For Podio é uma extensão do Chrome desenvolvida por https://insightspod.io, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Insights For Podio

Baixe arquivos de extensão Insights For Podio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Insights For Podio Insights For Podio
ID namejbgghdedbdcchflmocfhckelenok
URL Oficial https://chromewebstore.google.com/detail/insights-for-podio/namejbgghdedbdcchflmocfhckelenok
Descrição Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…
Tamanho do Arquivo 82.9 KB
Contagem de Instalações 41
Versão Atual 1.6
Última Atualização 2023-12-18
Data de Publicação 2020-06-12
Desenvolvedor https://insightspod.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://insightspod.io/
Idiomas Suportados 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\/*"
            ]
        }
    ]
}