Salesforce Search - Highlight, Right-Click

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

Salesforce Search - Highlight, Right-Click là gì?

Salesforce Search - Highlight, Right-Click là một tiện ích mở rộng Chrome được phát triển bởi BrowserSearchTools, và tính năng chính của nó là "Highlight text and right-click to quickly search Google for Salesforce related information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Search - Highlight, Right-Click

Tải xuống các tệp mở rộng Salesforce Search - Highlight, Right-Click dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
ID kmleloiojecmhdajdpfmopmjgckjojkp
URL Chính Thức https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp
Mô tả Highlight text and right-click to quickly search Google for Salesforce related information.
Kích Thước Tệp 15.9 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-22
Ngày Phát Hành 2020-04-22
Nhà Phát Triển BrowserSearchTools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsersearchtools.com
URL Trang Chính Sách Bảo Mật https://browsersearchtools.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}