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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight text and right-click to quickly search Google for Salesforce related information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Search - Highlight, Right-Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |