Alison Extension

This extension allows the bridge with digital signature services.

Alison Extension란 무엇입니까?

Alison Extension은(는) https://alison.certisur.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the bridge with digital signature services."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will enable interaction with the services of digital certificates signing and emission.                    

확장 프로그램 기본 정보

이름 Alison Extension Alison Extension
ID kpjlagdjpaiimnecdbdcndjcijoalbla
공식 URL https://chromewebstore.google.com/detail/alison-extension/kpjlagdjpaiimnecdbdcndjcijoalbla
설명 This extension allows the bridge with digital signature services.
파일 크기 64.47 KB
설치 횟수 57,270
현재 버전 2.2.5
최근 업데이트 2019-07-16
출시 날짜 2019-07-15
평점 2.75/5 총 16 개의 평점
개발자 https://alison.certisur.com
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.certisur.com/legal
지원되는 언어 en,en-US,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Certisur S.A.",
    "name": "__MSG_appName__",
    "short_name": "Alison Extension",
    "description": "__MSG_appDesc__",
    "version": "2.2.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/alison\/extra\/alisonComponent.js",
            "js\/alison\/extra\/opResult.js",
            "js\/alison\/extra\/alisonMessages.js",
            "js\/alison\/extra\/sharedCodes.js",
            "js\/alison\/alisonExtension.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "options.html",
        "default_icon": {
            "16": "resources\/icons\/alison_16px.png",
            "48": "resources\/icons\/alison_48px.png"
        }
    },
    "icons": {
        "16": "resources\/icons\/alison_16px.png",
        "48": "resources\/icons\/alison_48px.png",
        "128": "resources\/icons\/alison_128px.png",
        "256": "resources\/icons\/alison_256px.png",
        "512": "resources\/icons\/alison_512px.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.certisur.com\/*",
                "*:\/\/*.santanderrio.com.ar\/*",
                "*:\/\/*.santander.com.ar\/*",
                "*:\/\/*.santander.cl\/*",
                "*:\/\/*.confirma.com.ar\/*",
                "*:\/\/*.bancodevalores.com\/*",
                "*:\/\/*.sba.com.ar\/*",
                "*:\/\/*.certinet.cl\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/listen.js"
            ]
        }
    ]
}