Salesforce Lightning Print Preview

Salesforce Lightning Print Preview

Co to jest Salesforce Lightning Print Preview?

Salesforce Lightning Print Preview to rozszerzenie Chrome opracowane przez Ghanshyam Choudhari, a jego główną funkcją jest „Salesforce Lightning Print Preview”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Salesforce Lightning Print Preview

Pobierz pliki rozszerzeń Salesforce Lightning Print Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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*                    

Podstawowe informacje o rozszerzeniu

Nazwa Salesforce Lightning Print Preview Salesforce Lightning Print Preview
ID iagepalkmlmodicbcchgjggahpeacafn
Oficjalny URL https://chromewebstore.google.com/detail/salesforce-lightning-prin/iagepalkmlmodicbcchgjggahpeacafn
Opis Salesforce Lightning Print Preview
Rozmiar pliku 188 KB
Liczba instalacji 204
Aktualna Wersja Triangle
Ostatnia Aktualizacja 2017-07-25
Data Publikacji 2017-07-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Ghanshyam Choudhari
Typ Płatności free
Obsługiwane Języki 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
}