Salesforce Lightning Print Preview

Salesforce Lightning Print Preview

Cos'è Salesforce Lightning Print Preview?

Salesforce Lightning Print Preview è un'estensione di Chrome sviluppata da Ghanshyam Choudhari, e la sua funzione principale è "Salesforce Lightning Print Preview".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Salesforce Lightning Print Preview

Scarica i file di estensione Salesforce Lightning Print Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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*                    

Informazioni di Base sull'Estensione

Nome Salesforce Lightning Print Preview Salesforce Lightning Print Preview
ID iagepalkmlmodicbcchgjggahpeacafn
URL Ufficiale https://chromewebstore.google.com/detail/salesforce-lightning-prin/iagepalkmlmodicbcchgjggahpeacafn
Descrizione Salesforce Lightning Print Preview
Dimensione del File 188 KB
Conteggio Installazioni 204
Versione Corrente Triangle
Ultimo Aggiornamento 2017-07-25
Data di Pubblicazione 2017-07-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ghanshyam Choudhari
Tipo di Pagamento free
Lingue Supportate 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
}