Salesforce Searchbox
A simple search box on top of all configuration items of salesforce setup items.
Salesforce Searchbox란 무엇입니까?
Salesforce Searchbox은(는) Sid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple search box on top of all configuration items of salesforce setup items."입니다.
확장 프로그램 스크린샷
Salesforce Searchbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enough time is wasted on finding the class and label by creating views or searching for the same type of fields within an object . Tired of pressing more link every time ? I have a solution , try this extension , it brings in a simple search box, which will search in all configuration items on the page. takes care of pressing the more link. The plugin supports some basic regex searches ex: OR search - formula|lookup AND search - ^(?=.*\text1\b)(?=.*\text2\b) Don't forget to press "Enter" to search and "Esc" to cancel :) Developed by : Siddharth Nagavarapu Linked In :http://www.linkedin.com/in/siddharatha mailto:[email protected]
확장 프로그램 기본 정보
이름 | Salesforce Searchbox |
ID | moaokcjghnjifeeahifofckbmhofjdbi |
공식 URL | https://chromewebstore.google.com/detail/salesforce-searchbox/moaokcjghnjifeeahifofckbmhofjdbi |
설명 | A simple search box on top of all configuration items of salesforce setup items. |
파일 크기 | 36.98 KB |
설치 횟수 | 1,371 |
현재 버전 | 2.1 |
최근 업데이트 | 2014-09-22 |
출시 날짜 | 2014-09-22 |
평점 | 4.19/5 총 16 개의 평점 |
개발자 | Sid |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Searchbox", "short_name": "SF Search", "description": "A simple search box on top of all configuration items of salesforce setup items.", "version": "2.1", "permissions": [ "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*", "http:\/\/*.cloudforce.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*", "http:\/\/*.cloudforce.com\/*", "https:\/\/*.cloudforce.com\/*" ] } ] } |