Mojo HelpDesk Extension by Collective Bias
Unofficial extension for Mojo HelpDesk that adds additional functionallity for tickets received in Gmail.
Mojo HelpDesk Extension by Collective Bias란 무엇입니까?
Mojo HelpDesk Extension by Collective Bias은(는) http://collectivebias.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial extension for Mojo HelpDesk that adds additional functionallity for tickets received in Gmail."입니다.
확장 프로그램 스크린샷
Mojo HelpDesk Extension by Collective Bias 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unofficial extension for Mojo HelpDesk that adds additional functionality for tickets received in Gmail. Not affiliated with or supported by Mojo HelpDesk. Need support or have feature suggestions? https://github.com/collectivebias/mojohelpdesk-chrome-extension Version 1.1 - Removed unneeded tabs permission - CW Version 1.2 - Sorted select boxes and added additional debug info - CW Version 1.3 - Removed Sorting from status dropdown - CW Version 1.4 - Added additional custom fields and fixed some other sorting issues. - CW Version 1.5 - Changed url to match new mojo Version 2.0 - Added options for mojohelpdesk web app and custom fields Version 2.1 - Bug fix for reload Version 2.2 - Bug fix for when you navigated between mojo ticket list and tickets not firing the extension Version 2.3 - Bug fix for assigned to showing wrong value Version 3.1 - 1,2 skip a few - Removed Popup and Added Ticket Info, Messages, and Private Message Options. Misc Bug Fixes Version 3.2 - Removed message filter that was making some messages not show, also moved a hard coded filter to come from the settings. Version 4.0 - Completely rebuilt using ReactJS, added periodic check for new messages. Version 4.1 - Misc Image fixes Version 4.2 - Temp removal of periodic messages loading due to they won't stop when element is gone. Version 4.3 - Fixed periodic messages loading. Version 4.4 - Added ticket priority as an update option Version 4.5 - Fixed issue where ticket wasn't being loaded when next email buttons were used. Version 4.6 - Fixed issue where we customer fields we giving issues updating in the mojo helpdesk ui Version 5.0 - Simplified Ajax calls, moved description to it's own section, condensed the UI, added Public Messages to Send Message option, other enhancements. Version 5.1 - Added additional custom fields options features, fixed issue with the API timer being set to a lower number than it should have. Version 5.2 - Additional error handling for API calls Version 5.3 - CSS fix where messages were not scrolling and added message for no attachments. Version 5.4 - Added defined SLAs to options to populate DueOn and ScheduledOn, Removed Title selector for options opting to use email address instead. Version 5.5 - fix to the DueDate and ScheduledOn being flipped. Version 5.6 - fix date change in Mojo API Version 5.7 and 5.8 and 5.9 - added some code to move towards Firefox Extension Version 6.0 - Changed from Content Scripts to Background Scripts so the Mail Domain and Mojo Domain could be dynamic. Version 6.1 - Fixed issue with scheduled_on and due_on being always calculated when force slas was enabled. Version 6.2 - Cleaned up code Version 6.4 - Fixed issue where portlet drops behind existing divs
확장 프로그램 기본 정보
이름 | |
ID | himdmnjdmgjpoanmgmjiihempplfianj |
공식 URL | https://chrome.google.com/webstore/detail/himdmnjdmgjpoanmgmjiihempplfianj |
설명 | Unofficial extension for Mojo HelpDesk that adds additional functionallity for tickets received in Gmail. |
파일 크기 | 4.18 MB |
설치 횟수 | 48 |
현재 버전 | 6.4 |
최근 업데이트 | 2017-12-06 |
출시 날짜 | 2017-12-06 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | http://collectivebias.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background_init.js" ], "persistent": false }, "content_scripts": [ { "js": [ "lib\/Shared.js", "lib\/CB_Mojo_Extension.js", "init.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Unofficial extension for Mojo HelpDesk that adds additional functionallity for tickets received in Gmail.", "homepage_url": "http:\/\/collectivebias.com", "icons": { "128": "images\/icons\/icon128.png", "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQ+8jeh7feCjD3uEFQWlf2M+snwxheSUAZdZJyrFC4QY4LSR1e2eEzvJhLRXy\/5J68AietNA7rk9q27Ft7A0Behm\/WI5\/QCTe43G8mK8UpE1c+TNcAFBHrAiCrbBCbujHuDP6MSjPh9mfqs5iXs3h+pi960HDvuK8EunvoS541wdfPY8UcX+6I278fUPkJoY5pKMO8gsQ20CUDmdxm55cADQm3J\/t4nIgNjtD6rxmWPalAbzEYCwvq7KcUYmz6Ubzx8WEu4GeF\/QI75sDzgQuJDIkZS\/Uh8koz1oDn1NGyd0AUBXmisOEIjWOPnxt28QEHbOdgoVR6d7kTiJDBy1ewIDAQAB", "manifest_version": 2, "name": "Mojo HelpDesk Extension by Collective Bias", "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4", "web_accessible_resources": [ "components\/Portlet\/stoplight.png", "images\/icons\/*", "options\/images\/*" ] } |