Printer friendly version
Click to create the Printer friendly version of a Cristal Task
What is Printer friendly version?
Printer friendly version is a Chrome extension developed by benny.lenaerts, and its main feature is "Click to create the Printer friendly version of a Cristal Task".
Download Printer friendly version Extension CRX File
Download Printer friendly version 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
ServiceNow extension: Adds a parameter to the current URL. Parameter added is: ?sysparm_media=print
Extension Basic Information
Name | ![]() |
ID | npncgkpphajgkpmcjjedombnneegdkba |
Official URL | https://chrome.google.com/webstore/detail/printer-friendly-version/npncgkpphajgkpmcjjedombnneegdkba |
Description | Click to create the Printer friendly version of a Cristal Task |
File Size | 151 KB |
Installation Count | 91 |
Current Version | 1.1 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-25 |
Rating | 3.50/5 Total 2 Ratings |
Developer | benny.lenaerts |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Printer friendly version", "version": "1.1", "manifest_version": 2, "description": "Click to create the Printer friendly version of a Cristal Task", "browser_action": { "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "bgscript.js" ] }, "permissions": [ "tabs" ] } |