pdm功能扩展

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

Cos'è pdm功能扩展?

pdm功能扩展 è un'estensione di Chrome sviluppata da vivo软件平台部工程效率组, e la sua funzione principale è "智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione pdm功能扩展

Scarica i file di estensione pdm功能扩展 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        功能:
  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顶部广播通知                    

Informazioni di Base sull'Estensione

Nome pdm功能扩展 pdm功能扩展
ID gpljbknhblkhonhioehklflggjhooopd
URL Ufficiale https://chromewebstore.google.com/detail/pdm%E5%8A%9F%E8%83%BD%E6%89%A9%E5%B1%95/gpljbknhblkhonhioehklflggjhooopd
Descrizione 智能识别剪切板内容,快速打开BUG、任务详情,快速打开全局搜索
Dimensione del File 268 KB
Conteggio Installazioni 1,304
Versione Corrente 1.2.9
Ultimo Aggiornamento 2023-07-17
Data di Pubblicazione 2020-02-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore vivo软件平台部工程效率组
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}