Salesforce Search - Highlight, Right-Click
Highlight text and right-click to quickly search Google for Salesforce related information.
What is Salesforce Search - Highlight, Right-Click?
Salesforce Search - Highlight, Right-Click is a Chrome extension developed by BrowserSearchTools, and its main feature is "Highlight text and right-click to quickly search Google for Salesforce related information.".
Extension Screenshots
Download Salesforce Search - Highlight, Right-Click Extension CRX File
Download Salesforce Search - Highlight, Right-Click 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 Search allows you to quickly search Google for Salesforce related information. The extension simply adds "salesforce" to the beginning of your search string. There are two options to search. First Option - Step 1 - Use your mouse to highlight the text you would like to search for via Google. Step 2 - Right-click and select Google: salesforce. Second Option - Using the chrome extension image in the top right, enter your search terms and click search.
Extension Basic Information
Name | |
ID | kmleloiojecmhdajdpfmopmjgckjojkp |
Official URL | https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp |
Description | Highlight text and right-click to quickly search Google for Salesforce related information. |
File Size | 15.9 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-22 |
Developer | BrowserSearchTools |
[email protected] | |
Payment Type | free |
Extension Website | https://browsersearchtools.com |
Privacy Policy Page URL | https://browsersearchtools.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Search - Highlight, Right-Click", "description": "Highlight text and right-click to quickly search Google for Salesforce related information.", "version": "1.0", "icons": { "16": "images\/a_16.png", "32": "images\/a_32.png", "48": "images\/a_48.png", "128": "images\/a_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/a_16.png", "32": "images\/a_32.png", "48": "images\/a_48.png", "128": "images\/a_128.png" } }, "permissions": [ "tabs", "contextMenus" ] } |