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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}