Blue Crystal Signer
Assinatura Digital.
What is Blue Crystal Signer?
Blue Crystal Signer is a Chrome extension developed by blue crystal by Sergio Leal, and its main feature is "Assinatura Digital.".
Extension Screenshots
Download Blue Crystal Signer Extension CRX File
Download Blue Crystal Signer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Utilizado para fazer assinaturas digitais com o Blue Crystal
Extension Basic Information
Name | |
ID | inlgdajmhicinhamnepnpdneamfgjcgl |
Official URL | https://chrome.google.com/webstore/detail/blue-crystal-signer/inlgdajmhicinhamnepnpdneamfgjcgl |
Description | Assinatura Digital. |
File Size | 68.85 KB |
Installation Count | 194 |
Current Version | 0.0.6 |
Last Updated | 2016-08-27 |
Publish Date | 2016-08-27 |
Developer | blue crystal by Sergio Leal |
[email protected] | |
Payment Type | free |
Extension Website | http://bluecryst.al/ |
Help Page URL | http://bluecryst.al/resume.html |
Supported Languages | 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" ] } |