XML Signer Extension
Digital Signature Provider
What is XML Signer Extension?
XML Signer Extension is a Chrome extension developed by https://croc.ru, and its main feature is "Digital Signature Provider".
Extension Screenshots
Download XML Signer Extension Extension CRX File
Download XML Signer Extension 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
Расширение для формирования XML-подписи в системе ЕССО в части электронного сбора отчетности
Extension Basic Information
Name | XML Signer Extension |
ID | kiijhgpgjnhkhpagmcgihhigiolpogec |
Official URL | https://chromewebstore.google.com/detail/xml-signer-extension/kiijhgpgjnhkhpagmcgihhigiolpogec |
Description | Digital Signature Provider |
File Size | 19.36 KB |
Installation Count | 113,770 |
Current Version | 1.2.1.0 |
Last Updated | 2022-09-26 |
Publish Date | 2018-02-19 |
Rating | 1.88/5 Total 24 Ratings |
Developer | https://croc.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://websbor.gks.ru/online/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "XML Signer Extension", "short_name": "XML Signer Extension", "description": "Digital Signature Provider", "version": "1.2.1.0", "author": "Croc Inc.", "homepage_url": "https:\/\/websbor.gks.ru\/online\/", "icons": { "16": "icon.png", "48": "icon_48.png", "128": "icon_128.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ ".\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": false, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "crocxmlsigner.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "nativeMessaging" ] } |