ALog

log analyze author:[email protected]

What is ALog?

ALog is a Chrome extension developed by howieewang, and its main feature is "log analyze author:[email protected]".

Extension Screenshots

screenshot

Download ALog Extension CRX File

Download ALog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        日志分析工具插件,打通业务平台的日志文件下载到alog平台进行分析。                    

Extension Basic Information

Name ALog ALog
ID egadmmhpngfnpmonaeekogmilahecfhp
Official URL https://chromewebstore.google.com/detail/alog/egadmmhpngfnpmonaeekogmilahecfhp
Description log analyze author:[email protected]
File Size 294 KB
Installation Count 2,000
Current Version 2.1
Last Updated 2022-03-20
Publish Date 2021-07-11
Developer howieewang
Email [email protected]
Payment Type free
Extension Website https://tlog.aea2.com
Help Page URL https://tlog.aea2.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ALog",
    "description": "log analyze author:[email protected]",
    "version": "2.1",
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo128.png",
        "48": "logo128.png",
        "128": "logo128.png"
    },
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/index.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "homepage_url": "https:\/\/alog.aea2.com",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "storage",
        "https:\/\/*.woa.com\/*",
        "https:\/\/chant.woa.com\/alog\/*",
        "https:\/\/chant.woa.com\/alog",
        "http:\/\/*.woa.com\/*",
        "http:\/\/*.oa.com\/*",
        "https:\/\/*.oa.com\/*",
        "https:\/\/*.qq.com\/*",
        "http:\/\/*.qq.com\/*",
        "http:\/\/9.140.155.234\/*",
        "http:\/\/9.140.152.188\/*"
    ],
    "commands": []
}