Blue Crystal Signer

Assinatura Digital.

Blue Crystal Signer란 무엇입니까?

Blue Crystal Signer은(는) blue crystal by Sergio Leal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assinatura Digital."입니다.

확장 프로그램 스크린샷

screenshot

Blue Crystal Signer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Utilizado para fazer assinaturas digitais com o Blue Crystal                    

확장 프로그램 기본 정보

이름 Blue Crystal Signer Blue Crystal Signer
ID inlgdajmhicinhamnepnpdneamfgjcgl
공식 URL https://chrome.google.com/webstore/detail/blue-crystal-signer/inlgdajmhicinhamnepnpdneamfgjcgl
설명 Assinatura Digital.
파일 크기 68.85 KB
설치 횟수 194
현재 버전 0.0.6
최근 업데이트 2016-08-27
출시 날짜 2016-08-27
개발자 blue crystal by Sergio Leal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://bluecryst.al/
도움말 페이지 URL http://bluecryst.al/resume.html
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blue Crystal Signer",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Assinatura Digital.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "bluc"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Assinar",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs",
        "http:\/\/*\/*",
        "storage"
    ]
}