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文件
下载S1 Demo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |