Salesforce Search - Highlight, Right-Click

Highlight text and right-click to quickly search Google for Salesforce related information.

O que é Salesforce Search - Highlight, Right-Click?

Salesforce Search - Highlight, Right-Click é uma extensão do Chrome desenvolvida por BrowserSearchTools, e sua principal característica é "Highlight text and right-click to quickly search Google for Salesforce related information.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Salesforce Search - Highlight, Right-Click

Baixe arquivos de extensão Salesforce Search - Highlight, Right-Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
ID kmleloiojecmhdajdpfmopmjgckjojkp
URL Oficial https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp
Descrição Highlight text and right-click to quickly search Google for Salesforce related information.
Tamanho do Arquivo 15.9 KB
Contagem de Instalações 36
Versão Atual 1.0
Última Atualização 2020-04-22
Data de Publicação 2020-04-22
Desenvolvedor BrowserSearchTools
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browsersearchtools.com
URL da Página de Política de Privacidade https://browsersearchtools.com
Idiomas Suportados 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"
    ]
}