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ファイルをダウンロード

Dastine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}