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은(는) Ajay Hada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension provide maximize button to maximize canvas area and export to image facility."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

force.com Schema Utils 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}