Dastine

Chrome extension for facilitating cryptographic tasks on client machine.

Dastine란 무엇입니까?

Dastine은(는) PendarKooshkImen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for facilitating cryptographic tasks on client machine."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Dastine is a software tool enabling PKI including interaction with Digital Certificate, Digital Signature, Encryption, Authentication,  etc. and generally offered  for usage of programmers and software developers. This tool can be used along with other tokens and smart cards in users’ computers. Currently it is released as a plug-in for popular Google Chrome, Mozilla Firefox, Microsoft Internet Explorer browsers. 

Dastine is tested with different Windows clients and it can be run on all Windows operating systems without installing updates, as a result Dastine can be run on many different clients without being worried about maintenance problems. User’s computer can run any version of windows including Windows XP, Windows Vista, Windows 7 and Windows 8. Beside, Dastine has been designed in a way that it can run on both 32 bit and 64 bit architectures. 

Dastine is programmed in a way to be independent of programming languages and it can be run on different project based on PHP, J2EE/J2SE, and Net. Framework In fact the language of connecting Dastine is JavaScript which can be used in all the operation systems and browsers regardless of installing any software packs. Consequently Dastine can be used in different web software projects meanwhile there is no need to install any software packs on behalf of the client.                    

확장 프로그램 기본 정보

이름 Dastine Dastine
ID dkglikblegnhaglmhanneopiaednbehc
공식 URL https://chromewebstore.google.com/detail/dastine/dkglikblegnhaglmhanneopiaednbehc
설명 Chrome extension for facilitating cryptographic tasks on client machine.
파일 크기 27.63 KB
설치 횟수 4,593
현재 버전 4.1.0.0
최근 업데이트 2017-02-01
출시 날짜 2017-02-01
평점 3.67/5 총 21 개의 평점
개발자 PendarKooshkImen
결제 유형 free
확장 프로그램 웹 사이트 http://dastine.pki.co.ir
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dastine",
    "version": "4.1.0.0",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Chrome extension for facilitating cryptographic tasks on client machine.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}