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 - это расширение Chrome, разработанное BrowserSearchTools, и его основная функция - "Highlight text and right-click to quickly search Google for Salesforce related information.".
Снимки экрана расширения
Скачать файл CRX расширения Salesforce Search - Highlight, Right-Click
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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" ] } |