S1 Demo

Opens Salesforce1 Mobile in a new phone-sized window.

S1 Demo là gì?

S1 Demo là một tiện ích mở rộng Chrome được phát triển bởi joshua.birk, và tính năng chính của nó là "Opens Salesforce1 Mobile in a new phone-sized window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng S1 Demo

Tải xuống các tệp mở rộng S1 Demo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên S1 Demo S1 Demo
ID kalbgfbifcaigjnkgagbeimcflnaijmc
URL Chính Thức https://chromewebstore.google.com/detail/s1-demo/kalbgfbifcaigjnkgagbeimcflnaijmc
Mô tả Opens Salesforce1 Mobile in a new phone-sized window.
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 2,526
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-06-09
Ngày Phát Hành 2016-06-09
Đánh Giá 4.17/5 Tổng số 24 Đánh Giá
Nhà Phát Triển joshua.birk
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joshbirk/Chrome-S1Demo
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}