Podio Super Menu

Adds lots of useful stuff to Citrix Podio

什么是Podio Super Menu?

Podio Super Menu是由https://www.globi.ca开发的Chrome扩展程序,该扩展的主要功能是“Adds lots of useful stuff to Citrix Podio”。

扩展截图

screenshot
screenshot
screenshot

下载Podio Super Menu扩展crx文件

下载Podio Super Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Podio Super Menu Podio Super Menu
ID bfdcjfocmgcodfnodiinggiflglplfaa
官方URL https://chromewebstore.google.com/detail/podio-super-menu/bfdcjfocmgcodfnodiinggiflglplfaa
简介 Adds lots of useful stuff to Citrix Podio
文件大小 80.38 KB
安装次数 7,916
当前版本 3.1.23
更新时间 2023-03-05
上架时间 2019-07-02
评分 4.29/5 共35次评分
开发者 https://www.globi.ca
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.bettersupermenu.com/
隐私政策页面URL http://globi.ca/privacy.php
支持的语言 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"
    }
}