Salesforce Search Context Menu
Allows searching for selected text on Salesforce
What is Salesforce Search Context Menu?
Salesforce Search Context Menu is a Chrome extension developed by Alex Toumey, and its main feature is "Allows searching for selected text on Salesforce".
Extension Screenshots
Download Salesforce Search Context Menu Extension CRX File
Download Salesforce Search Context Menu 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
This extension allows searching for selected text on Salesforce. You'll need to have an active session on salesforce.com for it to work. Very useful for searching for eCase numbers that have been mentioned in emails or instant messages!
Extension Basic Information
Name | Salesforce Search Context Menu |
ID | jihoilcbhfjdbnaapegnhhnbpbelheij |
Official URL | https://chromewebstore.google.com/detail/salesforce-search-context/jihoilcbhfjdbnaapegnhhnbpbelheij |
Description | Allows searching for selected text on Salesforce |
File Size | 21.24 KB |
Installation Count | 288 |
Current Version | 0.3 |
Last Updated | 2018-10-26 |
Publish Date | 2018-10-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Alex Toumey |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Search Context Menu", "description": "Allows searching for selected text on Salesforce", "version": "0.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "salesforcesearch.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |