Salesforce Search Context Menu

Allows searching for selected text on Salesforce

什么是Salesforce Search Context Menu?

Salesforce Search Context Menu是由Alex Toumey开发的Chrome扩展程序,该扩展的主要功能是“Allows searching for selected text on Salesforce”。

扩展截图

screenshot

下载Salesforce Search Context Menu扩展crx文件

下载Salesforce Search Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows searching for selected text on Salesforce. You'll need to have an active session on salesforce.com for it to work.

Very useful for searching for eCase numbers that have been mentioned in emails or instant messages!                    

扩展基本信息

名称 Salesforce Search Context Menu Salesforce Search Context Menu
ID jihoilcbhfjdbnaapegnhhnbpbelheij
官方URL https://chromewebstore.google.com/detail/salesforce-search-context/jihoilcbhfjdbnaapegnhhnbpbelheij
简介 Allows searching for selected text on Salesforce
文件大小 21.24 KB
安装次数 288
当前版本 0.3
更新时间 2018-10-26
上架时间 2018-10-26
评分 5.00/5 共2次评分
开发者 Alex Toumey
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Search Context Menu",
    "description": "Allows searching for selected text on Salesforce",
    "version": "0.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "salesforcesearch.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}