Salesforce Search - Highlight, Right-Click
Highlight text and right-click to quickly search Google for Salesforce related information.
Co to jest Salesforce Search - Highlight, Right-Click?
Salesforce Search - Highlight, Right-Click to rozszerzenie Chrome opracowane przez BrowserSearchTools, a jego główną funkcją jest „Highlight text and right-click to quickly search Google for Salesforce related information.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Salesforce Search - Highlight, Right-Click
Pobierz pliki rozszerzeń Salesforce Search - Highlight, Right-Click w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kmleloiojecmhdajdpfmopmjgckjojkp |
Oficjalny URL | https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp |
Opis | Highlight text and right-click to quickly search Google for Salesforce related information. |
Rozmiar pliku | 15.9 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-04-22 |
Data Publikacji | 2020-04-22 |
Deweloper | BrowserSearchTools |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://browsersearchtools.com |
Adres URL Strony Polityki Prywatności | https://browsersearchtools.com |
Obsługiwane Języki | 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" ] } |