Podio Super Menu
Adds lots of useful stuff to Citrix Podio
Podio Super Menu क्या है?
Podio Super Menu https://www.globi.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds lots of useful stuff to Citrix Podio"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Podio Super Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |