Salesforce Schema Builder Expander
Expands Salesforce schema builder to have more real estate to visualise
Salesforce Schema Builder Expander क्या है?
Salesforce Schema Builder Expander https://concret.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands Salesforce schema builder to have more real estate to visualise"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Schema Builder Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Schema is best visualised with more real estate. You start by taking browser in full screen mode and hiding sidebar, this extension additionally hides the top header section, giving you extra 1-2 inches of screen. This extension only starts working when one is on Salesforce schema builder page, otherwise it sits quiet without consuming any machine resources.
एक्सटेंशन की मूल जानकारी
नाम | Salesforce Schema Builder Expander |
ID | mhmpcpfhhfdoeiejndcmogmnlomkfdkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-schema-builder/mhmpcpfhhfdoeiejndcmogmnlomkfdkk |
विवरण | Expands Salesforce schema builder to have more real estate to visualise |
फ़ाइल का आकार | 88.53 KB |
स्थापना संख्या | 1,318 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-02-16 |
प्रकाशन तिथि | 2015-02-16 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | https://concret.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.tgerm.com/2014/01/clutter-free-salesforce-schema-builder.html |
सहायता पृष्ठ URL | http://www.tgerm.com/2014/01/clutter-free-salesforce-schema-builder.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Schema Builder Expander", "version": "1.0", "description": "Expands Salesforce schema builder to have more real estate to visualise", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "expand-19.png", "default_title": "Click to expand Schema Builder" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/_ui\/platform\/schema\/ui\/schemabuilder\/SchemaBuilderUi*" ], "js": [ "jquery-2.0.3.min.js", "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "48": "expand-48.png", "128": "expand-128.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "manifest_version": 2 } |