force.com Schema Utils

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

Co to jest force.com Schema Utils?

force.com Schema Utils to rozszerzenie Chrome opracowane przez Ajay Hada, a jego główną funkcją jest „Extension provide maximize button to maximize canvas area and export to image facility.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia force.com Schema Utils

Pobierz pliki rozszerzeń force.com Schema Utils w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
Oficjalny URL https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
Opis Extension provide maximize button to maximize canvas area and export to image facility.
Rozmiar pliku 53.57 KB
Liczba instalacji 25
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-05-11
Data Publikacji 2014-05-11
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Ajay Hada
Typ Płatności free
Obsługiwane Języki 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
}