force.com Schema Utils

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

force.com Schema Utils là gì?

force.com Schema Utils là một tiện ích mở rộng Chrome được phát triển bởi Ajay Hada, và tính năng chính của nó là "Extension provide maximize button to maximize canvas area and export to image facility.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng force.com Schema Utils

Tải xuống các tệp mở rộng force.com Schema Utils dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
URL Chính Thức https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
Mô tả Extension provide maximize button to maximize canvas area and export to image facility.
Kích Thước Tệp 53.57 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-05-11
Ngày Phát Hành 2014-05-11
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ajay Hada
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}