I've a feeling we're not in a Sandbox anymore
Warns you that you are in a production instance of Salesforce with a noticable yellow banner
I've a feeling we're not in a Sandbox anymore란 무엇입니까?
I've a feeling we're not in a Sandbox anymore은(는) https://www.limitexception.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warns you that you are in a production instance of Salesforce with a noticable yellow banner"입니다.
확장 프로그램 스크린샷
I've a feeling we're not in a Sandbox anymore 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Of interest to Salesforce Developers and Administrators only. This utility places a warning yellow bar across the top of your Salesforce page and also changes the favicon when you are working on a production pod of salesforce (eg: na1, eu1, ap1).
확장 프로그램 기본 정보
이름 | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
공식 URL | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
설명 | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
파일 크기 | 16.93 KB |
설치 횟수 | 764 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-07-09 |
출시 날짜 | 2015-07-09 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | https://www.limitexception.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Steven Herod - http:\/\/limitexception.com\/", "short_name": "Toto", "name": "I've a feeling we're not in a Sandbox anymore", "description": "Warns you that you are in a production instance of Salesforce with a noticable yellow banner", "version": "1.0", "permissions": [ "webNavigation", "https:\/\/*\/" ], "background": { "scripts": [ "background.js", "prod_script.js" ], "persistent": false }, "browser_action": { "default_title": "Toto, I've a feeling we're not in a Sandbox anymore." }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |