HP Secure Print For Chrome
Chrome Extension for HP Secure Print
What is HP Secure Print For Chrome?
HP Secure Print For Chrome is a Chrome extension developed by HP Inc., and its main feature is "Chrome Extension for HP Secure Print".
Extension Screenshots
Download HP Secure Print For Chrome Extension CRX File
Download HP Secure Print For Chrome 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
This extension provides users with the ability to print from a Chromebook and/or Chrome browser with the HP Secure Print solution.
Extension Basic Information
Name | HP Secure Print For Chrome |
ID | oihpdhcfocgfdkdkpgekncnimiegpnpa |
Official URL | https://chromewebstore.google.com/detail/hp-secure-print-for-chrom/oihpdhcfocgfdkdkpgekncnimiegpnpa |
Description | Chrome Extension for HP Secure Print |
File Size | 921 KB |
Installation Count | 9,000 |
Current Version | 4.7.0 |
Last Updated | 2023-08-09 |
Publish Date | 2020-10-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | HP Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "version": "4.7.0", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "storage": { "managed_schema": "schema.json" }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "__MSG_extensionTitle__" }, "background": { "page": "background.html" }, "permissions": [ "storage", "printerProvider", "identity", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |