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
电子邮箱 [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"
    ]
}