Salesforce Search - Highlight, Right-Click
Highlight text and right-click to quickly search Google for Salesforce related information.
Co je Salesforce Search - Highlight, Right-Click?
Salesforce Search - Highlight, Right-Click je rozšíření Chrome vyvinuté BrowserSearchTools, a jeho hlavní funkcí je „Highlight text and right-click to quickly search Google for Salesforce related information.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Search - Highlight, Right-Click
Stáhněte si soubory rozšíření Salesforce Search - Highlight, Right-Click ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | kmleloiojecmhdajdpfmopmjgckjojkp |
Oficiální URL | https://chrome.google.com/webstore/detail/salesforce-search-highlig/kmleloiojecmhdajdpfmopmjgckjojkp |
Popis | Highlight text and right-click to quickly search Google for Salesforce related information. |
Velikost souboru | 15.9 KB |
Počet instalací | 36 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-04-22 |
Datum Vydání | 2020-04-22 |
Vývojář | BrowserSearchTools |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://browsersearchtools.com |
URL Stránky Zásad Ochrany Soukromí | https://browsersearchtools.com |
Podporované Jazyky | 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" ] } |