Salesforce Search - Highlight, Right-Click
Highlight text and right-click to quickly search Google for Salesforce related information.
Qu'est-ce que Salesforce Search - Highlight, Right-Click ?
Salesforce Search - Highlight, Right-Click est une extension Chrome développée par BrowserSearchTools, et sa fonction principale est "Highlight text and right-click to quickly search Google for Salesforce related information.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Salesforce Search - Highlight, Right-Click
Téléchargez les fichiers d'extension Salesforce Search - Highlight, Right-Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kmleloiojecmhdajdpfmopmjgckjojkp |
URL Officiel | https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp |
Description | Highlight text and right-click to quickly search Google for Salesforce related information. |
Taille du Fichier | 15.9 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-22 |
Date de Publication | 2020-04-22 |
Développeur | BrowserSearchTools |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsersearchtools.com |
URL de la Page de Politique de Confidentialité | https://browsersearchtools.com |
Langues Prises en Charge | 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" ] } |