Skip to main content

Chrome Extensions Every Salesforce Developer Should Have


Initially, I was thinking of ranking all of these extensions based on their features and usage, but then while listing them out, I decided that it is better to categorize them based on their functions. Let’s start looking into them.
Setup navigation and metadata search tools
Salesforce Developers spend a lot of time navigating from one link to another — from opening a setting page to debug logs and many more. But now you can use the extensions below to achieve this navigation faster:
This is the first Chrome extension I want to introduce you to. It is the most common and widely-used open source Chrome extension and is a must-have in your browser. Using this extension, you can navigate to any Salesforce setup page just by hitting a configurable keyboard shortcut, then enter some search text. The best thing about this extension is that it comes up on your browser like Apple’s spotlight and you don’t need to navigate to any other page.
This open-source extension is for searching your metadata content. The main features of this extension is that you can directly open your Apex Classes, Apex Pages, Static resources, Apex Component, Apex Trigger, Custom and Standard Objects, Custom Settings and Users by searching on any Salesforce page. Features like autocomplete and advance filters helps you to search anything quickly.
This tool is like the SF Quick Metadata Lookup, but the difference is that it only shows up on your Salesforce setup page. One extra feature it has is the ability to search “Email Templates,” which is not possible in SF Quick Metadata Lookup.
Debugging tools
How many times do things get messed up within your lengthy debug logs? Or, how often do  you have to click several times to clear your all debug logs? The following extensions can save you from all this.
This extension is a recent addition but is very useful for viewing and managing your logs without leaving your current Salesforce tab. You can consider this extension to be an advanced version of the Apex Debugger, where you can get a hierarchical view of debug logs. It also has other great features like adding a log request for the current user, filtering logs, and log options.
This is a small but useful extension to filter your debug logs based on the log type. It shows up on the debug log page. Using this allows you to filter logs either by selecting the log type in the dropdown or by simply entering the text to be searched in the logs in the text box, then clicking “filter.”
This is another small but very useful extension created by one of our Appirio team members. It can help you achieve various functions like:
  • Delete entire logs
  • Add current user as the debug user
  • A button to edit view of an Apex class to highlight the coverage
Page layouts and API field tools
Have you gotten tired of searching data in the workbench or developer console just for one missing field in a page layout?  Have you ever confused a field’s labels and their API names? Now you don’t need to worry about them anymore. Here are few of the related extensions for them:
If I had to rank these extensions, I would probably put this second only to Salesforce Navigator. This is an open-source extension which works on top of the standard Salesforce UI. This extension not only lets you get API names on a detail page, but also to get all of a field’s data for a selected record. It also lets you import and export data directly in various formats, get object metadata details, and much more. I consider this extension to be another must-have for any Salesforce Developer.
If you are not using the Salesforce Inspector, and you just want a small extension to see a field’s data on the currently viewed record, this extension is very helpful. It is also open-source and currently in experimental mode. Another good use of this extension is to get a Salesforce session information from your browser cookies.
This is another useful extension from Daniel Nakov. The small open-source extension allows users to toggle between API field names and labels on Salesforce detail pages.


I hope this list has been helpful to you. In another blog, I will cover some other extensions which are useful for admins.


Comments

Popular posts from this blog

FAQ's Salesforce Lightning Platform Query Optimizer

This article comprises the FAQs related to salesforce internal platform Query Optimizer.and provides valuable information that will help understand how to improve the performance of SOQL queries. For more information, you may also check this Dreamforce Session . 1. Query Optimizer Q: Does Salesforce have its own SQL optimization logic instead of Oracle's built-in? A: Force.com is a multi-tenant platform. To consider multitenant statistics, the platform has its own SOQL query optimizer that determines optimal SQL to satisfy a specific tenant's request. Q: How frequently generated are the statistics used by the query optimizer? A: Statistics are gathered weekly. Where statistics are not calculated, the optimizer also performs dynamic pre-queries, whose results are cached for 1 hour Q: Is there any way to flush the cache when doing your performance testing so your results are not cached biased? A: Unfortunately not. Queries with selective filters will perform mor...

NoSQL Database (20 Best Free Open Source NoSQL Databses

  NoSQL databases are becoming popular day by day. I have come up with the list of best, free and open source NoSQL databases. MongoDB tops the list of Open Source NoSQL databases. This list of free and open source databases comprises of   MongoDB, Cassandra, CouchDB, Hypertable, Redis, Riak, Neo4j, HBASE, Couchbase, MemcacheDB, RevenDB and Voldemort.   These free and open source NoSQL databases are really highly scale-able, flexible and good for big data storage and processing. These open source NoSQL databases are far ahead in terms of performance as compared to traditional relational databases. However, these may not be always the best choice for you. Most of common applications can still be developed using traditional relational databases. NoSQL databases are still not the best option for a mission critical transaction needs. I have listed down a small description of all these best free and oper source NoSQL databases. Lets have a look.. 1. MongoDB MongoDB ...

Spring 18' Best Ten Features

It only feels like only yesterday Winter ’18 graced our Org’s, but its time to prepare for another release! The Spring ’18  release notes  were published, and are full of some great features that were showcased at Dreamforce, as well as some pleasant surprises. There is so much fantastic content contained in the Spring ’18 release, expect to see multiple blog posts covering some of the features in more detail. Without further ado, here are 5 features that are really going to change the way you work with Salesforce. 1. Custom Themes The ability to customise the look and feel of Salesforce has never really been available (Apart from attempting to get your logo under 20kb to upload to documents!). From Spring ’18 the age of bland Orgs ends. Showcased at Dreamforce, the ability to completely customise the colours of your Lightning Application is here, you can look to change.. Brand image Brand colours Page background image Default Avatar image Salesfo...