新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "LifeSize-Control",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "LifeSize Control is an all-in-one video management software platform that provides centralized management of your entire video conferencing network, including multivendor environments.",
"website": "http://www.lifesize.com/Products/Infrastructure/Management.aspx",
"matches": [
{
"url": "/LifeSizeControl/ASP/index.html",
"text": "<title>LifeSize Control flash check</title>"
},
{
"url": "/LifeSizeControl/ASP/index_alternate.html",
"text": "<h3><font color=\"#999999\" face=\"Arial, Helvetica, sans-serif\">You don't have the latest version of Adobe Flash Player.</font></h3>"
},
{
"url": "/LifeSizeControl/ASP/index_content.html",
"regexp": "(?-mix:<body bgcolor=\"#ffffff\" onload=\"loadVersionXML\\(\\)\"><!-- LSC([\\d\\.]+) - Code added for dynamic version number-->)"
},
{
"url": "/",
"search": "headers[location]",
"regexp": "(?-mix:^https?:\\/\\/[^\\/]+\\/LifeSizeControl\\/ASP\\/index\\.html$)"
}
]
}