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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://insightspod.io และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insights For Podio

ดาวน์โหลดไฟล์ส่วนขยาย Insights For Podio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}