Sunday, December 11, 2016

Must have Chrome extensions for Salesforce Developers/Admins

Salesforce Change Set Helper:
We often spend many hours to add components to changeset. This Chrome extension will help you with so may features that will drastically bring down the hours to build it:
 - Includes the last modified date and user and api name for each item.
 - Automatically ordered by most recent modified first
 - Filter/Search/Order by any field.
 - Sets all pages to show the 1000 rows.  If more than 1000 items in a page, asks if you want to continue to retrieve more. 

 - View and Search on items in the change set.  This allows you to see the whole change set and search to make removing much easier.

Salesforce Logins by Synebo
As admin/developer, we often need to login to multiple sandboxes every day. It is tiresome to enter passwords each time you login to various sandboxes. If you use tools like data loader, it is additional overhead to maintain list of security tokens for various sandboxes. This chrome extension lets you login to Salesforce Sandboxes/Prod with just one click and also provide options to save security tokens for various sandboxes.

When we open multiple sandboxes at the same time, this extension displays coloured cloud icon to differentiate various sandboxes

Salesforce ORGanizer:
Above two extensions are combined into this one extension. It has more capabilities like setting
default page to be launched on login as well as launching other pages thru this extension.



We often need to verify the API field name for fields on detail pages. This extension will help you quickly find the API names of the fields. This works only in classic.
               
This extension helps you to search your code for any keywords/fields with out opening other tools like eclipse.


No comments:

Post a Comment

Develop a Visualforce Page in lightning style with SLDS

As many of customers are moving to lightning, we need to leverage SLDS framework to match the look and feel of visualforce page with the lat...