pdm功能扩展

智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索

什麼是pdm功能扩展?

pdm功能扩展是由vivo软件平台部工程效率组開發的Chrome擴展程式,該擴展的主要功能是“智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索”。

擴展截圖

screenshot
screenshot
screenshot

下載pdm功能扩展擴展crx文件

下載pdm功能扩展擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        功能:
  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功能扩展 pdm功能扩展
ID gpljbknhblkhonhioehklflggjhooopd
官方網址 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"
}