Salesforce Lightning Print Preview

Salesforce Lightning Print Preview

Salesforce Lightning Print Preview란 무엇입니까?

Salesforce Lightning Print Preview은(는) Ghanshyam Choudhari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salesforce Lightning Print Preview"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Salesforce Lightning Print Preview 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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*                    

확장 프로그램 기본 정보

이름 Salesforce Lightning Print Preview Salesforce Lightning Print Preview
ID iagepalkmlmodicbcchgjggahpeacafn
공식 URL https://chromewebstore.google.com/detail/salesforce-lightning-prin/iagepalkmlmodicbcchgjggahpeacafn
설명 Salesforce Lightning Print Preview
파일 크기 188 KB
설치 횟수 204
현재 버전 Triangle
최근 업데이트 2017-07-25
출시 날짜 2017-07-25
평점 5.00/5 총 2 개의 평점
개발자 Ghanshyam Choudhari
결제 유형 free
지원되는 언어 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
}