Electronic Signature
Electronic signatures are designed by QTW
What is Electronic Signature?
Electronic Signature is a Chrome extension developed by Quản Trị Web Hà Nội, and its main feature is "Electronic signatures are designed by QTW".
Extension Screenshots
Download Electronic Signature Extension CRX File
Download Electronic Signature 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
Đây là phần ứng dụng chữ ký số trên văn bản PDF.
Extension Basic Information
Name | |
ID | hammplknendlcmkihbgmigdgobpgclmm |
Official URL | https://chrome.google.com/webstore/detail/electronic-signature/hammplknendlcmkihbgmigdgobpgclmm |
Description | Electronic signatures are designed by QTW |
File Size | 20.94 KB |
Installation Count | 103 |
Current Version | 1.1 |
Last Updated | 2017-12-07 |
Publish Date | 2017-12-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Quản Trị Web Hà Nội |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://quantriwebhanoi.com |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Electronic Signature", "version": "1.1", "description": "Electronic signatures are designed by QTW", "icons": { "16": "images\/icons8-signature-16.png", "128": "images\/icons8-signature-128.png", "100": "images\/icons8-signature-100.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/chephamboyte.quantriwebhanoi.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/icons8-signature-19.png", "38": "images\/icons8-signature-38.png" }, "default_title": "Electronic Signature", "default_popup": "popup.html" }, "permissions": [ "nativeMessaging", "tabs", "management", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } |