Blue Crystal Signer
Assinatura Digital.
Blue Crystal Signerとは何ですか?
Blue Crystal Signerはblue crystal by Sergio Lealによって開発されたChromeの拡張機能で、その主な機能は「Assinatura Digital.」です。
拡張機能のスクリーンショット
Blue Crystal Signer拡張機能のCRXファイルをダウンロード
Blue Crystal Signer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Utilizado para fazer assinaturas digitais com o Blue Crystal
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |