Salesforce Lightning Print Preview

Salesforce Lightning Print Preview

Co je Salesforce Lightning Print Preview?

Salesforce Lightning Print Preview je rozšíření Chrome vyvinuté Ghanshyam Choudhari, a jeho hlavní funkcí je „Salesforce Lightning Print Preview“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Salesforce Lightning Print Preview

Stáhněte si soubory rozšíření Salesforce Lightning Print Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Its good to have printable view on each detail page in Lightning Experience same as Classic or more than that?

Features:
* Add custom Page Title.
* Add custom Logo
* Add header and footer
* Options and Advanced options available for page title and logo.

*You should be on Lightning Detail Page to print details*                    

Základní Informace o Rozšíření

Název Salesforce Lightning Print Preview Salesforce Lightning Print Preview
ID iagepalkmlmodicbcchgjggahpeacafn
Oficiální URL https://chromewebstore.google.com/detail/salesforce-lightning-prin/iagepalkmlmodicbcchgjggahpeacafn
Popis Salesforce Lightning Print Preview
Velikost souboru 188 KB
Počet instalací 204
Aktuální Verze Triangle
Poslední Aktualizace 2017-07-25
Datum Vydání 2017-07-25
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ghanshyam Choudhari
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Lightning Print Preview",
    "description": "Salesforce Lightning Print Preview",
    "version": "0.0.3",
    "author": "Ghanshyam Choudhari",
    "version_name": "Triangle",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*"
            ],
            "js": [
                "content.js",
                "jquery-3.2.1.min.js",
                "printThis.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Salesforce Lightning Print Preview",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}