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ファイルをダウンロード

Salesforce Lightning Print Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}