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