Salesforce Advanced Resource Searcher
Quick Search resources in any salesforce org
What is Salesforce Advanced Resource Searcher?
Salesforce Advanced Resource Searcher is a Chrome extension developed by pankajmehra009, and its main feature is "Quick Search resources in any salesforce org".
Extension Screenshots
Download Salesforce Advanced Resource Searcher Extension CRX File
Download Salesforce Advanced Resource Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hgghifjinbelollgliobhggnlhkaaeec |
Official URL | https://chrome.google.com/webstore/detail/salesforce-advanced-resou/hgghifjinbelollgliobhggnlhkaaeec |
Description | Quick Search resources in any salesforce org |
File Size | 348 KB |
Installation Count | 144 |
Current Version | 1.0 |
Last Updated | 2015-07-06 |
Publish Date | 2015-07-06 |
Rating | 3.67/5 Total 3 Ratings |
Developer | pankajmehra009 |
Payment Type | free |
Extension Website | http://www.pankajmehra.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Urminder Singh", "content_scripts": [ { "css": [ "jquery-ui.css", "curvedCorner.css" ], "js": [ "jquery.js", "jquery-ui.js", "jquery.blockUI.js", "store.min.js", "contentScript.js" ], "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ] } ], "description": "Quick Search resources in any salesforce org", "icons": { "128": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Salesforce Advanced Resource Searcher", "permissions": [ "cookies", "unlimitedStorage" ], "version": "1.0" } |