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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Salesforce Search - Highlight, Right-Click

قم بتنزيل ملفات الامتداد Salesforce Search - Highlight, Right-Click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Salesforce Search - Highlight, Right-Click Salesforce Search - Highlight, Right-Click
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
عنوان صفحة سياسة الخصوصية 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"
    ]
}