Ultra Print Extension
Call Ultra Print Desktop Application
What is Ultra Print Extension?
Ultra Print Extension is a Chrome extension developed by esthrim, and its main feature is "Call Ultra Print Desktop Application".
Download Ultra Print Extension Extension CRX File
Download Ultra Print 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
For Internal Company Purpose Extension Basic Information
| Name | |
| ID | njigjlnpnadeoeggbffjkolckdollldg |
| Official URL | https://chrome.google.com/webstore/detail/ultra-print-extension/njigjlnpnadeoeggbffjkolckdollldg |
| Description | Call Ultra Print Desktop Application |
| File Size | 8.57 KB |
| Installation Count | 100 |
| Current Version | 1.0 |
| Last Updated | 2016-10-14 |
| Publish Date | 2016-10-14 |
| Rating | 4.00/5 Total 4 Ratings |
| Developer | esthrim |
| [email protected] | |
| Payment Type | free |
| Supported Languages | id |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ultra Print Extension",
"version": "1.0",
"manifest_version": 2,
"description": "Call Ultra Print Desktop Application",
"browser_action": {
"default_icon": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs",
" | |