ALog

log analyze author:[email protected]

Vad är ALog?

ALog är en Chrome-tillägg utvecklad av howieewang, och dess huvudfunktion är "log analyze author:[email protected]".

Tilläggsskärmbilder

screenshot

Ladda ner ALog-förlängningens CRX-fil

Ladda ner ALog-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ALog ALog
ID egadmmhpngfnpmonaeekogmilahecfhp
Officiell webbadress https://chromewebstore.google.com/detail/alog/egadmmhpngfnpmonaeekogmilahecfhp
Beskrivning log analyze author:[email protected]
Filstorlek 294 KB
Antal Installationer 2,000
Aktuell Version 2.1
Senast Uppdaterad 2022-03-20
Publiceringsdatum 2021-07-11
Utvecklare howieewang
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tlog.aea2.com
Hjälpsida URL https://tlog.aea2.com
Stödda Språk 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": []
}