mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
532 B
23 lines
532 B
name: chrome
|
|
display_name: "{{ 'Chrome Browser' | trans }}"
|
|
version: 1.0
|
|
comment: "{{ 'Chrome Browser Open URL Page Address' | trans }}"
|
|
author: JumpServer Team
|
|
exec_type: python
|
|
update_policy: always
|
|
type: web
|
|
tags:
|
|
- web
|
|
protocols:
|
|
- http
|
|
|
|
i18n:
|
|
Chrome Browser:
|
|
en: Chrome Browser
|
|
zh: Chrome 浏览器
|
|
ja: Chrome ブラウザ
|
|
Chrome Browser Open URL Page Address:
|
|
en: Chrome Browser Open URL Page Address
|
|
zh: Chrome 浏览器打开网页地址
|
|
ja: Chrome ブラウザでウェブページを開く
|