Salesforce Search - Highlight, Right-Click

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

Vad är Salesforce Search - Highlight, Right-Click?

Salesforce Search - Highlight, Right-Click är en Chrome-tillägg utvecklad av BrowserSearchTools, och dess huvudfunktion är "Highlight text and right-click to quickly search Google for Salesforce related information.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Salesforce Search - Highlight, Right-Click-förlängningens CRX-fil

Ladda ner Salesforce Search - Highlight, Right-Click-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
ID kmleloiojecmhdajdpfmopmjgckjojkp
Officiell webbadress https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp
Beskrivning Highlight text and right-click to quickly search Google for Salesforce related information.
Filstorlek 15.9 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2020-04-22
Publiceringsdatum 2020-04-22
Utvecklare BrowserSearchTools
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsersearchtools.com
URL till Sekretesspolicy Sidan https://browsersearchtools.com
Stödda Språk 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"
    ]
}