Salesforce Lightning Print Preview
Salesforce Lightning Print Preview
什么是Salesforce Lightning Print Preview?
Salesforce Lightning Print Preview是由Ghanshyam Choudhari开发的Chrome扩展程序,该扩展的主要功能是“Salesforce Lightning Print Preview”。
扩展截图
下载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*
扩展基本信息
名称 | |
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 } |