AxeSO Extension

AxeSO Extension

AxeSO Extension란 무엇입니까?

AxeSO Extension은(는) Axeso Extension Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AxeSO Extension"입니다.

확장 프로그램 스크린샷

screenshot

AxeSO Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extension that supports extra functionalities for AxeSO.
Axeso is an IAM server that provides a powerful security barrier with the purpose to protect your data and prevent non-accredited users access their accounts.
Axeso provides many other funcionalities. For a full review, please check http://www.axesoforwork.com/en/                    

확장 프로그램 기본 정보

이름 AxeSO Extension AxeSO Extension
ID odlhnmnfcdnfglohcegliaiphgnppebl
공식 URL https://chromewebstore.google.com/detail/axeso-extension/odlhnmnfcdnfglohcegliaiphgnppebl
설명 AxeSO Extension
파일 크기 167 KB
설치 횟수 1,000
현재 버전 0.54
최근 업데이트 2021-02-09
출시 날짜 2018-04-11
평점 1.00/5 총 1 개의 평점
개발자 Axeso Extension Developer
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "javascript\/index.html"
    },
    "description": "AxeSO Extension",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "default_locale": "en",
    "name": "AxeSO Extension",
    "incognito": "split",
    "permissions": [
        "http:\/\/www.google.com\/",
        "https:\/\/www.google.com\/",
        "https:\/\/localhost\/",
        "http:\/\/localhost\/",
        "http:\/\/127.0.0.1\/",
        "background",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies",
        "storage",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "file:\/\/\/*",
                "https:\/\/sites.google.com\/*",
                "https:\/\/storage.googleapis.com\/*",
                "https:\/\/esc-files.appspot.com\/*",
                "http:\/\/esc-files.appspot.com\/*",
                "https:\/\/esc-sso.appspot.com\/*",
                "http:\/\/esc-sso.appspot.com\/*",
                "https:\/\/banesco-sso.appspot.com\/*",
                "http:\/\/banesco-sso.appspot.com\/*",
                "https:\/\/esc-sso-labs.appspot.com\/*",
                "http:\/\/esc-sso-labs.appspot.com\/*",
                "https:\/\/esc-sso-banescousa.appspot.com\/*",
                "http:\/\/esc-sso-banescousa.appspot.com\/*",
                "https:\/\/2-0-setecsa-dot-esc-sso-labs.appspot.com\/*",
                "http:\/\/2-0-setecsa-dot-esc-sso-labs.appspot.com\/*",
                "https:\/\/tsysmexico-com.appspot.com\/*",
                "http:\/\/tsysmexico-com.appspot.com\/*",
                "https:\/\/axeso-bi-server.uc.r.appspot.com\/*",
                "http:\/\/axeso-bi-server.uc.r.appspot.com\/*"
            ],
            "js": [
                "javascript\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "version": "0.54",
    "web_accessible_resources": [
        "script.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}