Blue Crystal Signer
Assinatura Digital.
Co to jest Blue Crystal Signer?
Blue Crystal Signer to rozszerzenie Chrome opracowane przez blue crystal by Sergio Leal, a jego główną funkcją jest „Assinatura Digital.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blue Crystal Signer
Pobierz pliki rozszerzeń Blue Crystal Signer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Utilizado para fazer assinaturas digitais com o Blue Crystal
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | inlgdajmhicinhamnepnpdneamfgjcgl |
Oficjalny URL | https://chrome.google.com/webstore/detail/blue-crystal-signer/inlgdajmhicinhamnepnpdneamfgjcgl |
Opis | Assinatura Digital. |
Rozmiar pliku | 68.85 KB |
Liczba instalacji | 194 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2016-08-27 |
Data Publikacji | 2016-08-27 |
Deweloper | blue crystal by Sergio Leal |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://bluecryst.al/ |
Adres URL Strony Pomocy | http://bluecryst.al/resume.html |
Obsługiwane Języki | 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" ] } |