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…”。
擴展截圖
下載Insights For Podio擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | namejbgghdedbdcchflmocfhckelenok |
| 官方網址 | 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\/*"
]
}
]
} | |