Lexmark Cloud Print Management for Chrome

Submit jobs to LPM Cloud Print Release

Lexmark Cloud Print Management for Chrome क्या है?

Lexmark Cloud Print Management for Chrome Lexmark International, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Submit jobs to LPM Cloud Print Release"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lexmark Cloud Print Management for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ATTENTION: The Lexmark Cloud Print Management for Chrome extension will only work if the end user has a valid Lexmark Cloud Services contract with Lexmark. 

NOTE: This version of Lexmark Cloud Print Management for Chrome defaults to the EU datacenter.  Links for the properly configured extension are available through the Lexmark Cloud Print Management portal. 

Cloud Print Management for Chrome is part of the Lexmark Cloud Print Management solution.  The Cloud Print Management for Chrome extension provides access from the Google Chrome browser to Lexmark's Cloud Print Management for printing. 

Instead of sending documents through a print server to a designated print device— where the pages sit out in public view until they are retrieved—they are transferred to the Lexmark Cloud where they are held in a personal queue until the user logs in or swipes their badge (authenticates) at the printer.

For more information on Lexmark Cloud Services, go to https://www.lexmark.com/en_us/solutions/lexmark-cloud-services.html 

To view the End User License Agreement, go to https://lexmark.com/LXKCloudChromeExt-eula                    

एक्सटेंशन की मूल जानकारी

नाम Lexmark Cloud Print Management for Chrome Lexmark Cloud Print Management for Chrome
ID ckfgjlakjcboggkbojkdoookoeogpifc
आधिकारिक URL https://chromewebstore.google.com/detail/lexmark-cloud-print-manag/ckfgjlakjcboggkbojkdoookoeogpifc
विवरण Submit jobs to LPM Cloud Print Release
फ़ाइल का आकार 406 KB
स्थापना संख्या 58,184
वर्तमान संस्करण 1.2.0.156
अंतिम अपडेट 2022-11-04
प्रकाशन तिथि 2020-06-15
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Lexmark International, Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.lexmark.com
सहायता पृष्ठ URL https://infoserve.lexmark.com/ids/ifc/ids_main.aspx?root=v41713860&productCode=Lexmark_Cloud_Platform&loc=en_US#accordion4
गोपनीयता नीति पृष्ठ URL https://www.lexmark.com/en_us/privacy-policy.html
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,fi,sv
manifest.json
{
    "background": {
        "run_at": "document_end",
        "scripts": [
            "TokenManager.js",
            "staticVariables.js",
            "util.js",
            "lxkCDD.js",
            "lxkAPI.js",
            "printProvider.js",
            "jquery-3.5.1.min.js",
            "callback.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/LexmarkLogo_128.png",
            "16": "images\/LexmarkLogo_16.png",
            "48": "images\/LexmarkLogo_48.png"
        },
        "default_title": ""
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/LexmarkLogo_128.png",
        "16": "images\/LexmarkLogo_16.png",
        "48": "images\/LexmarkLogo_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjedBTfRGNL4GC7ncpKuHrs16p4daBgoDXngcoRnnqG9wsP5R5a3bF81Snq9TNkxALRpfz5vCdyZv6PYFjCaz6e4bRIiJtja8d0dBZ525OMj66BpBgFn9aP9QMr4eYj6d2pTOL4\/O8F86hqKOvNrMWqEIEA7uaLfjyaw\/qMYjFNVO7p9AsFgkEvGHMLmXiPnO\/moJ9LkflOPt+sTOTB+U6mJKNmNPt2Znh8q9uESq1RbQbkzDKGccHp1HesiOVJfEu90zdXOUyKlxy0qoHbGSOITpYciVCtlAXVADRoPa2w0GRcgEq3Lh8SVH3lg32FnLU2Oily1XSsVTa\/GJiCxYLwIDAQAB",
    "manifest_version": 2,
    "name": "Lexmark Cloud Print Management for Chrome",
    "permissions": [
        "contextMenus",
        "cookies",
        "printerProvider",
        "storage",
        "identity",
        "notifications",
        "https:\/\/*.iss.lexmark.com\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0.156",
    "web_accessible_resources": [
        "callback.html"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}