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.”。
擴展截圖
下載Salesforce Search - Highlight, Right-Click擴展crx文件
下載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 |
官方網址 | 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" ] } |