S1 Demo
Opens Salesforce1 Mobile in a new phone-sized window.
S1 Demo란 무엇입니까?
S1 Demo은(는) joshua.birk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens Salesforce1 Mobile in a new phone-sized window."입니다.
확장 프로그램 스크린샷
S1 Demo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a small phone icon in the omnibar if you are on a current salesforce.com instance. Clicking the phone icon will open a window with roughly the same resolution as an iPhone 5 to the one/one.app for that Salesforce instance. Handy for doing quick demos of Salesforce1 mobile applications on a desktop browser. UPDATE: It appears in Summer '16 Lightning may have to be enabled to run Salesforce1 in a browser. I believe it only needs to be enabled on the org/instance level. I'm looking into this, but if it is determined at the org level it is out of my control.
확장 프로그램 기본 정보
이름 | S1 Demo |
ID | kalbgfbifcaigjnkgagbeimcflnaijmc |
공식 URL | https://chromewebstore.google.com/detail/s1-demo/kalbgfbifcaigjnkgagbeimcflnaijmc |
설명 | Opens Salesforce1 Mobile in a new phone-sized window. |
파일 크기 | 11.41 KB |
설치 횟수 | 2,526 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-06-09 |
출시 날짜 | 2016-06-09 |
평점 | 4.17/5 총 24 개의 평점 |
개발자 | joshua.birk |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/joshbirk/Chrome-S1Demo |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "S1 Demo", "description": "Opens Salesforce1 Mobile in a new phone-sized window.", "version": "1.2", "icons": { "128": "iphone.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/*.salesforce.com\/", "*:\/\/*.force.com\/", "webRequest", "*:\/\/*.salesforce.com\/", "*:\/\/*.force.com\/", "webRequestBlocking", "*:\/\/*.salesforce.com\/", "*:\/\/*.force.com\/" ], "page_action": { "default_name": "S1 Demo", "default_icon": "iphone.png" } } |