Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimaltiwari2612/salesforcechromeextension

This Salesforce Chrome extension can be used to search metadata of an object and performing soql queries. This is version 1.0. The Development is In-Progress. It is specifically designed for chrome browser.
https://github.com/vimaltiwari2612/salesforcechromeextension

apex chrome-browser chrome-extension chrome-plugin css forcedotcom html javascript jquery rest-api salesforce salesforce-developers soql visualforce

Last synced: 9 days ago
JSON representation

This Salesforce Chrome extension can be used to search metadata of an object and performing soql queries. This is version 1.0. The Development is In-Progress. It is specifically designed for chrome browser.

Awesome Lists containing this project

README

        

# Force.com Search Utility (Chrome Extension).

This extension can be used to search metadata of an object and performing soql queries.
This is version 1.0. The Development is In-Progress. It is specifically designed for chrome browser.

[How to install it in your chrome browser](https://www.cnet.com/how-to/how-to-install-chrome-extensions-manually)

# How to use!

1. login in your org.
2. click on extension and search the data.

# How it works!

![Demo](https://github.com/vimaltiwari2612/SalesforceChromeExtension/blob/master/Demo.gif)

![SOQL](https://github.com/vimaltiwari2612/SalesforceChromeExtension/blob/master/screenshot%201.png)
![screenshot](https://github.com/vimaltiwari2612/SalesforceChromeExtension/blob/master/screenshot%202.png)

# Limitations:

1. Might not work if more than one org instances are open in chrome.
2. Have some issues while working in lightning environment.
3. might requires to refresh the active tab on chrome.

# API Used:
[Force.com-JavaScript-REST-Toolkit](https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit)

# Credits:
[@mwelburn](https://github.com/mwelburn/Chrome-Extension-Force-SOQL-Popup)

# Other Similar Project
[Chrome Extension for creating charts like Bar, Pie, Line etc](https://github.com/vimaltiwari2612/Chrome-Extention-Charts)