force.com Schema Utils

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

Qu'est-ce que force.com Schema Utils ?

force.com Schema Utils est une extension Chrome développée par Ajay Hada, et sa fonction principale est "Extension provide maximize button to maximize canvas area and export to image facility.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension force.com Schema Utils

Téléchargez les fichiers d'extension force.com Schema Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
URL Officiel https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
Description Extension provide maximize button to maximize canvas area and export to image facility.
Taille du Fichier 53.57 KB
Nombre d'Installations 25
Version Actuelle 1.1
Dernière Mise à Jour 2014-05-11
Date de Publication 2014-05-11
Évaluation 3.67/5 Total 3 Évaluations
Développeur Ajay Hada
Type de Paiement free
Langues Prises en Charge 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
}