Salesforce Search - Highlight, Right-Click

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

Hvad er Salesforce Search - Highlight, Right-Click?

Salesforce Search - Highlight, Right-Click er en Chrome-udvidelse udviklet af BrowserSearchTools, og dens hovedfunktion er "Highlight text and right-click to quickly search Google for Salesforce related information.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Salesforce Search - Highlight, Right-Click-udvidelses-CRX-fil

Download Salesforce Search - Highlight, Right-Click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
ID kmleloiojecmhdajdpfmopmjgckjojkp
Officiel URL https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp
Beskrivelse Highlight text and right-click to quickly search Google for Salesforce related information.
Filstørrelse 15.9 KB
Antal Installationer 36
Nuværende Version 1.0
Senest Opdateret 2020-04-22
Udgivelsesdato 2020-04-22
Udvikler BrowserSearchTools
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browsersearchtools.com
URL til Fortrolighedspolitik Side https://browsersearchtools.com
Understøttede Sprog 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"
    ]
}