应用简介
竹云城堡插件功能说明:竹云城堡插件是一个浏览器扩展程序,供终端用户安全、快捷的访问单点登录(SSO)应用系统。当用户在访问目标应用系统时,通过竹云城堡插件可以自动填充用户名和口令,省去手动输入的过程。
配置文件
Code
1 | {"name":"\u7af9\u4e91\u57ce\u5821","description":"\u7af9\u4e91\u57ce\u5821SWA\u63d2\u4ef6","version":"1.1.3","manifest_version":2,"icons":{"16":"img\/icon_16.png","48":"img\/icon_48.png","128":"img\/icon_128.png"},"browser_action":{"default_icon":"img\/icon_19.png","default_title":"\u7af9\u4e91\u57ce\u5821","default_popup":"shared\/popover\/popover.html"},"background":{"page":"background.html"},"content_scripts":[{"matches":["*:\/\/*.bccastle.com\/user\/*"],"js":["js\/content_install.js"],"run_at":"document_start","all_frames":false},{"matches":["*:\/\/*\/*"],"js":["shared\/common\/thirdparty\/jquery-1.8.3.min.js","js\/content.js"],"run_at":"document_end","all_frames":true}],"permissions":["*:\/\/service.bccastle.com\/id\/index\/","tabs","activeTab","notifications","webNavigation","storage"],"web_accessible_resources":["js\/version.js"]} |