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" ] } |