Podio Super Menu

Adds lots of useful stuff to Citrix Podio

Что такое Podio Super Menu?

Podio Super Menu - это расширение Chrome, разработанное https://www.globi.ca, и его основная функция - "Adds lots of useful stuff to Citrix Podio".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Podio Super Menu

Скачайте файлы расширений 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"
    }
}