Podio Super Menu
Adds lots of useful stuff to Citrix Podio
Hvad er Podio Super Menu?
Podio Super Menu er en Chrome-udvidelse udviklet af https://www.globi.ca, og dens hovedfunktion er "Adds lots of useful stuff to Citrix Podio".
Udvidelsesskærmbilleder
Download Podio Super Menu-udvidelses-CRX-fil
Download Podio Super Menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Podio Super Menu |
ID | bfdcjfocmgcodfnodiinggiflglplfaa |
Officiel URL | https://chromewebstore.google.com/detail/podio-super-menu/bfdcjfocmgcodfnodiinggiflglplfaa |
Beskrivelse | Adds lots of useful stuff to Citrix Podio |
Filstørrelse | 80.38 KB |
Antal Installationer | 7,916 |
Nuværende Version | 3.1.23 |
Senest Opdateret | 2023-03-05 |
Udgivelsesdato | 2019-07-02 |
Bedømmelse | 4.29/5 Samlet 35 Bedømmelser |
Udvikler | https://www.globi.ca |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.bettersupermenu.com/ |
URL til Fortrolighedspolitik Side | http://globi.ca/privacy.php |
Understøttede Sprog | 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" } } |