Podio Super Menu

Adds lots of useful stuff to Citrix Podio

What is Podio Super Menu?

Podio Super Menu is a Chrome extension developed by https://www.globi.ca, and its main feature is "Adds lots of useful stuff to Citrix Podio".

Extension Screenshots

screenshot
screenshot
screenshot

Download Podio Super Menu Extension CRX File

Download Podio Super Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Podio Super Menu Podio Super Menu
ID bfdcjfocmgcodfnodiinggiflglplfaa
Official URL https://chromewebstore.google.com/detail/podio-super-menu/bfdcjfocmgcodfnodiinggiflglplfaa
Description Adds lots of useful stuff to Citrix Podio
File Size 80.38 KB
Installation Count 7,916
Current Version 3.1.23
Last Updated 2023-03-05
Publish Date 2019-07-02
Rating 4.29/5 Total 35 Ratings
Developer https://www.globi.ca
Email [email protected]
Payment Type free
Extension Website http://www.bettersupermenu.com/
Privacy Policy Page URL http://globi.ca/privacy.php
Supported Languages 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"
    }
}