Salesforce Advanced Search

Salesforce Advanced Search Plugin

什么是Salesforce Advanced Search?

Salesforce Advanced Search是由Yasir Arafat开发的Chrome扩展程序,该扩展的主要功能是“Salesforce Advanced Search Plugin”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Salesforce Advanced Search扩展crx文件

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

扩展使用说明

                        Salesforce Advanced Search plugin works in both Classic and Lightning:
	i) Search any keyword, text or field api name used anywhere in below Salesforce Components, in the result section plugin shows the total number of files where keyword has been used in different components. Plugin also provides to choose which all components to search in for the keyword via checkbox selection:
		1) Apex Classes
		2) Apex Triggers
		3) Visualforce Pages
		4) Visualforce Components 
		5) Email Templates

	ii) Show Field API Names with Labels of an object in details page, you can toggle between Show and Hide Field API Names without refreshing the page

It's also available for Firefox: https://addons.mozilla.org/en-US/firefox/addon/salesforce-advanced-search/                    

扩展基本信息

名称 Salesforce Advanced Search Salesforce Advanced Search
ID lbkpckaekpilejfambbkphfedniacanj
官方URL https://chromewebstore.google.com/detail/salesforce-advanced-searc/lbkpckaekpilejfambbkphfedniacanj
简介 Salesforce Advanced Search Plugin
文件大小 25.05 KB
安装次数 2,159
当前版本 1.0.5
更新时间 2021-01-11
上架时间 2021-01-11
评分 5.00/5 共6次评分
开发者 Yasir Arafat
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Advanced Search",
    "short_name": "SF Search",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Salesforce Advanced Search Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Salesforce Advanced Search",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "cookies",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ]
}