Podio Super Menu
Adds lots of useful stuff to Citrix Podio
Podio Super Menu là gì?
Podio Super Menu là một tiện ích mở rộng Chrome được phát triển bởi https://www.globi.ca, và tính năng chính của nó là "Adds lots of useful stuff to Citrix Podio".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Podio Super Menu
Tải xuống các tệp mở rộng Podio Super Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Podio Super Menu |
ID | bfdcjfocmgcodfnodiinggiflglplfaa |
URL Chính Thức | https://chromewebstore.google.com/detail/podio-super-menu/bfdcjfocmgcodfnodiinggiflglplfaa |
Mô tả | Adds lots of useful stuff to Citrix Podio |
Kích Thước Tệp | 80.38 KB |
Số Lần Cài Đặt | 7,916 |
Phiên Bản Hiện Tại | 3.1.23 |
Cập Nhật Lần Cuối | 2023-03-05 |
Ngày Phát Hành | 2019-07-02 |
Đánh Giá | 4.29/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://www.globi.ca |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.bettersupermenu.com/ |
URL Trang Chính Sách Bảo Mật | http://globi.ca/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |