Blue Crystal Signer
Assinatura Digital.
Wat is Blue Crystal Signer?
Blue Crystal Signer is een Chrome-extensie ontwikkeld door blue crystal by Sergio Leal, en de belangrijkste functie is "Assinatura Digital.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blue Crystal Signer
Download Blue Crystal Signer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Utilizado para fazer assinaturas digitais com o Blue Crystal
Basisinformatie over de Extensie
Naam | |
ID | inlgdajmhicinhamnepnpdneamfgjcgl |
Officiële URL | https://chrome.google.com/webstore/detail/blue-crystal-signer/inlgdajmhicinhamnepnpdneamfgjcgl |
Beschrijving | Assinatura Digital. |
Bestandsgrootte | 68.85 KB |
Aantal Installaties | 194 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2016-08-27 |
Publicatiedatum | 2016-08-27 |
Ontwikkelaar | blue crystal by Sergio Leal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bluecryst.al/ |
Help Pagina-URL | http://bluecryst.al/resume.html |
Ondersteunde Talen | 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" ] } |