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…

Insights For Podio란 무엇입니까?

Insights For Podio은(는) https://insightspod.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Insights For Podio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Insights For Podio Insights For Podio
ID namejbgghdedbdcchflmocfhckelenok
공식 URL https://chromewebstore.google.com/detail/insights-for-podio/namejbgghdedbdcchflmocfhckelenok
설명 Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…
파일 크기 82.9 KB
설치 횟수 41
현재 버전 1.6
최근 업데이트 2023-12-18
출시 날짜 2020-06-12
개발자 https://insightspod.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://insightspod.io/
지원되는 언어 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\/*"
            ]
        }
    ]
}