Podio Super Menu
Adds lots of useful stuff to Citrix Podio
Cos'è Podio Super Menu?
Podio Super Menu è un'estensione di Chrome sviluppata da https://www.globi.ca, e la sua funzione principale è "Adds lots of useful stuff to Citrix Podio".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Podio Super Menu
Scarica i file di estensione Podio Super Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension converts the Podio logo when logged in into a supermenu of all your favourite Workspaces and Apps.
Edit any Podio View as a SpreadSheet.
Overload Podio's multi-line text fields to create clickable checkboxes ( using [ ] and [x] )
Option to hand draw Sketches to any Podio item image field on any device.
Send in-app messages to users with ProcFu.
And much more ...
For more details and to configure your SuperMenu, go to www.bettersupermenu.com Informazioni di Base sull'Estensione
| Nome | |
| ID | bfdcjfocmgcodfnodiinggiflglplfaa |
| URL Ufficiale | https://chromewebstore.google.com/detail/podio-super-menu/bfdcjfocmgcodfnodiinggiflglplfaa |
| Descrizione | Adds lots of useful stuff to Citrix Podio |
| Dimensione del File | 80.38 KB |
| Conteggio Installazioni | 7,916 |
| Versione Corrente | 3.1.23 |
| Ultimo Aggiornamento | 2023-03-05 |
| Data di Pubblicazione | 2019-07-02 |
| Valutazione | 4.29/5 Totale 35 Valutazioni |
| Sviluppatore | https://www.globi.ca |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.bettersupermenu.com/ |
| URL della Pagina della Politica sulla Privacy | http://globi.ca/privacy.php |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Globi Web Solutions",
"name": "Podio Super Menu",
"description": "Adds lots of useful stuff to Citrix Podio",
"version": "3.1.23",
"icons": {
"16": "psm_icon_16.png",
"48": "psm_icon_48.png",
"128": "psm_icon_128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/podio.com\/",
"https:\/\/www.bettersupermenu.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/podio.com\/*"
],
"js": [
"jquery.min.js",
"utility.js",
"sajax.js",
"menu.js",
"notifier.js",
"markdown.js",
"sidebar.js",
"sqlview.js",
"podio.js",
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"menu.html",
"tealfix.html"
],
"matches": [
"https:\/\/podio.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "psm_icon_48.png",
"default_popup": "options.html"
}
} | |