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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |