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 هو إضافة Chrome تم تطويرها بواسطة Ajay Hada، والميزة الرئيسية لها هي "Extension provide maximize button to maximize canvas area and export to image facility.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة force.com Schema Utils

قم بتنزيل ملفات الامتداد force.com Schema Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}