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 |
官方網址 | 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" } } |