force.com Schema Utils

Extension provide maximize button to maximize canvas area and export to image facility.

force.com Schema Utilsคืออะไร?

force.com Schema Utils เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajay Hada และคุณลักษณะหลักของมันคือ "Extension provide maximize button to maximize canvas area and export to image facility."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย force.com Schema Utils

ดาวน์โหลดไฟล์ส่วนขยาย force.com Schema Utils ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        1. Extension adds a maximize button in salesforce schema diagram toolbar to allow users to work on maximized view and restore it to standard view.
2. Extension provides Export Diagram button in maximized view which allow users to download schema diagram in PNG file.

NOTE: 
1.Please rename downloaded file with PNG extension.
2.Performance of this extension is not tested, It may not work properly on low end machines. 

// author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
คำอธิบาย Extension provide maximize button to maximize canvas area and export to image facility.
ขนาดไฟล์ 53.57 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-05-11
วันที่เผยแพร่ 2014-05-11
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ajay Hada
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "force.com Schema Utils",
    "description": "Extension provide maximize button to maximize canvas area and export to image facility.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.js",
                "html2canvas.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}