Force.com SideBar Enhancer
Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Force.com SideBar Enhancer क्या है?
Force.com SideBar Enhancer https://www.sfdcgems.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Force.com SideBar Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension is created for Salesforce developers, Extension will help developers to easily find and navigate through different Salesforce resources like Apex Classes, Visualforce Pages, Components and Triggers. Now developers can search resources with the help of sidebar search box. Extension also provide few quick links and a dev mode preference checkbox to show apex resources on the top of default menu items." // author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379
एक्सटेंशन की मूल जानकारी
नाम | Force.com SideBar Enhancer |
ID | hnbhomedmmodadnpfgnckedgecedlalk |
आधिकारिक URL | https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk |
विवरण | Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox. |
फ़ाइल का आकार | 35.21 KB |
स्थापना संख्या | 257 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-05-11 |
प्रकाशन तिथि | 2014-05-11 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.sfdcgems.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force.com SideBar Enhancer", "description": "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.", "version": "1.1", "permissions": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "js": [ "jquery-2.0.3.js", "script.js" ] } ], "web_accessible_resources": [ "edit.png" ], "manifest_version": 2 } |