Salesforce Advanced Search
Salesforce Advanced Search Plugin
What is Salesforce Advanced Search?
Salesforce Advanced Search is a Chrome extension developed by Yasir Arafat, and its main feature is "Salesforce Advanced Search Plugin".
Extension Screenshots
Download Salesforce Advanced Search Extension CRX File
Download Salesforce Advanced Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Salesforce Advanced Search plugin works in both Classic and Lightning: i) Search any keyword, text or field api name used anywhere in below Salesforce Components, in the result section plugin shows the total number of files where keyword has been used in different components. Plugin also provides to choose which all components to search in for the keyword via checkbox selection: 1) Apex Classes 2) Apex Triggers 3) Visualforce Pages 4) Visualforce Components 5) Email Templates ii) Show Field API Names with Labels of an object in details page, you can toggle between Show and Hide Field API Names without refreshing the page It's also available for Firefox: https://addons.mozilla.org/en-US/firefox/addon/salesforce-advanced-search/
Extension Basic Information
Name | Salesforce Advanced Search |
ID | lbkpckaekpilejfambbkphfedniacanj |
Official URL | https://chromewebstore.google.com/detail/salesforce-advanced-searc/lbkpckaekpilejfambbkphfedniacanj |
Description | Salesforce Advanced Search Plugin |
File Size | 25.05 KB |
Installation Count | 2,159 |
Current Version | 1.0.5 |
Last Updated | 2021-01-11 |
Publish Date | 2021-01-11 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Yasir Arafat |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Advanced Search", "short_name": "SF Search", "version": "1.0.5", "manifest_version": 2, "description": "Salesforce Advanced Search Plugin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Salesforce Advanced Search", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "cookies", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ] } |