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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |