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…
Was ist Insights For Podio?
Insights For Podio ist eine Chrome-Erweiterung, die von https://insightspod.io entwickelt wurde, und ihr Hauptmerkmal ist "Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and…".
Erweiterungsscreenshots
Insights For Podio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Insights For Podio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | namejbgghdedbdcchflmocfhckelenok |
| Offizielle URL | https://chromewebstore.google.com/detail/insights-for-podio/namejbgghdedbdcchflmocfhckelenok |
| Beschreibung | Insights for Podio is a tool that provides the user both a high level and granular view of the workspace/apps structure and… |
| Dateigröße | 82.9 KB |
| Installationsanzahl | 41 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2023-12-18 |
| Veröffentlichungsdatum | 2020-06-12 |
| Entwickler | https://insightspod.io |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://insightspod.io/ |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |