force.com Schema Utils

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

Hvad er force.com Schema Utils?

force.com Schema Utils er en Chrome-udvidelse udviklet af Ajay Hada, og dens hovedfunktion er "Extension provide maximize button to maximize canvas area and export to image facility.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download force.com Schema Utils-udvidelses-CRX-fil

Download force.com Schema Utils-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
Officiel URL https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
Beskrivelse Extension provide maximize button to maximize canvas area and export to image facility.
Filstørrelse 53.57 KB
Antal Installationer 25
Nuværende Version 1.1
Senest Opdateret 2014-05-11
Udgivelsesdato 2014-05-11
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Ajay Hada
Betalingsmetode free
Understøttede Sprog 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
}