force.com Schema Utils

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

Was ist force.com Schema Utils?

force.com Schema Utils ist eine Chrome-Erweiterung, die von Ajay Hada entwickelt wurde, und ihr Hauptmerkmal ist "Extension provide maximize button to maximize canvas area and export to image facility.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

force.com Schema Utils-Erweiterungs-CRX-Datei herunterladen

Laden Sie force.com Schema Utils-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
Offizielle URL https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
Beschreibung Extension provide maximize button to maximize canvas area and export to image facility.
Dateigröße 53.57 KB
Installationsanzahl 25
Aktuelle Version 1.1
Letztes Update 2014-05-11
Veröffentlichungsdatum 2014-05-11
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Ajay Hada
Zahlungsart free
Unterstützte Sprachen 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
}