pdm功能扩展
智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索
pdm功能扩展란 무엇입니까?
pdm功能扩展은(는) vivo软件平台部工程效率组에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索"입니다.
확장 프로그램 스크린샷
pdm功能扩展 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
功能: 1、智能识别剪切板内容,快速打开BUG、任务详情 2、快速打开全局搜索(ALT+S)、意见反馈(ALT+F) 3、地址栏快捷搜索 4、选中文字快速搜索 更新日志: 1.2.9 解决在https协议下打开的缺陷详情一直显示加载中的问题 1.2.8 解决在https协议下不支持编号识别的问题 1.2.7 去除一些不必要的权限 1.2.6 解决bug号过多不显示关闭按钮的问题 1.2.5 解决点击插件弹出的bug号没反应的问题 1.2.4 解决弹出同一个bug的提示 解决多个弹框层级显示不对的问题 加入选项页 解决播放器显示视频不全的问题 1.2.3 修复tab标题过长样式错乱的问题 加入打开全部的功能 1.2.2 修复bug 1.2.1 修复bug 1.2.0 弹框增加多tab支持 1.1.9 增加对mp4、webm、ogv等视频格式的在线播放 1.1.8 解决可编辑元素输入文字时会失去焦点的问题 1.1.7 优化功能,修复bug 1.1.6 修复bug 1.1.5 地址栏增加搜索功能。在地址栏输入pdm,按下tab键即可开始搜索 新增选中文字右键快速查询的功能,在pdm、scm、bpm中可用 1.1.4 已安装插件时,去除pdm顶部广播通知
확장 프로그램 기본 정보
이름 | pdm功能扩展 |
ID | gpljbknhblkhonhioehklflggjhooopd |
공식 URL | https://chromewebstore.google.com/detail/pdm%E5%8A%9F%E8%83%BD%E6%89%A9%E5%B1%95/gpljbknhblkhonhioehklflggjhooopd |
설명 | 智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索 |
파일 크기 | 268 KB |
설치 횟수 | 1,304 |
현재 버전 | 1.2.9 |
최근 업데이트 | 2023-07-17 |
출시 날짜 | 2020-02-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | vivo软件平台部工程效率组 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pdm\u529f\u80fd\u6269\u5c55", "description": "\u667a\u80fd\u8bc6\u522b\u526a\u5207\u677f\u5185\u5bb9\uff0c\u5feb\u901f\u6253\u5f00BUG\u3001\u4efb\u52a1\u8be6\u60c5\uff0c\u5feb\u901f\u6253\u5f00\u5168\u5c40\u641c\u7d22", "version": "1.2.9", "minimum_chrome_version": "16.0.884", "browser_action": { "default_popup": "popup.html", "default_icon": "img\/favicon.png" }, "permissions": [ "background", "clipboardRead", "storage", "contextMenus", "http:\/\/192.168.5.167\/", "notifications" ], "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/pdm.vivo.xyz\/rdms\/*", "*:\/\/bpm.vivo.xyz\/*", "http:\/\/vivoscm.vivo.xyz:8080\/*", "http:\/\/192.168.5.90:6080\/*", "http:\/\/192.168.2.106:6080\/*", "http:\/\/192.168.2.125:8080\/*", "http:\/\/172.25.23.208:8080\/*", "http:\/\/172.25.23.209:6080\/*", "http:\/\/192.168.5.167:6080\/*" ], "css": [ "css\/animate.css", "css\/clipboardListener.css", "css\/pdmBroadcast.css", "videojs\/css\/video-js.min.css", "css\/videoPlayer.css" ], "js": [ "js\/jquery-1.10.2.min.js", "layer\/layer.js", "js\/common.js", "js\/utils.js", "js\/contentScripts\/backgroundListener.js", "js\/contentScripts\/clipboardListener.js", "js\/contentScripts\/hotkey.js", "js\/contentScripts\/bindHotkey.js", "js\/contentScripts\/removePdmBroadcast.js", "js\/contentScripts\/pageErrorFeedback.js", "videojs\/js\/video.min.js", "js\/contentScripts\/videoPlayer.js" ], "all_frames": true } ], "omnibox": { "keyword": "pdm" }, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "layer\/layer.js", "js\/common.js", "js\/utils.js", "js\/background\/omniboxSearch.js", "js\/background\/contextMenu.js" ] }, "options_page": "options.html" } |