Salesforce Search - Highlight, Right-Click

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

Salesforce Search - Highlight, Right-Clickとは何ですか?

Salesforce Search - Highlight, Right-ClickはBrowserSearchToolsによって開発されたChromeの拡張機能で、その主な機能は「Highlight text and right-click to quickly search Google for Salesforce related information.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Salesforce Search - Highlight, Right-Click拡張機能のCRXファイルをダウンロード

Salesforce Search - Highlight, Right-Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
ID kmleloiojecmhdajdpfmopmjgckjojkp
公式URL https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp
説明 Highlight text and right-click to quickly search Google for Salesforce related information.
ファイルサイズ 15.9 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2020-04-22
公開日 2020-04-22
開発者 BrowserSearchTools
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsersearchtools.com
プライバシーポリシーページのURL https://browsersearchtools.com
対応言語 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"
    ]
}