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 |
| Eメール | [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\/*"
]
}
]
} | |