Salesforce Lightning Print Preview

Salesforce Lightning Print Preview

Salesforce Lightning Print Previewคืออะไร?

Salesforce Lightning Print Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ghanshyam Choudhari และคุณลักษณะหลักของมันคือ "Salesforce Lightning Print Preview"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Lightning Print Preview

ดาวน์โหลดไฟล์ส่วนขยาย 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
}