Salesforce Search - Highlight, Right-Click
Highlight text and right-click to quickly search Google for Salesforce related information.
Cos'è Salesforce Search - Highlight, Right-Click?
Salesforce Search - Highlight, Right-Click è un'estensione di Chrome sviluppata da BrowserSearchTools, e la sua funzione principale è "Highlight text and right-click to quickly search Google for Salesforce related information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Search - Highlight, Right-Click
Scarica i file di estensione Salesforce Search - Highlight, Right-Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kmleloiojecmhdajdpfmopmjgckjojkp |
URL Ufficiale | https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp |
Descrizione | Highlight text and right-click to quickly search Google for Salesforce related information. |
Dimensione del File | 15.9 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-22 |
Data di Pubblicazione | 2020-04-22 |
Sviluppatore | BrowserSearchTools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsersearchtools.com |
URL della Pagina della Politica sulla Privacy | https://browsersearchtools.com |
Lingue Supportate | 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" ] } |