S1 Demo
Opens Salesforce1 Mobile in a new phone-sized window.
S1 Demoคืออะไร?
S1 Demo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshua.birk และคุณลักษณะหลักของมันคือ "Opens Salesforce1 Mobile in a new phone-sized window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย S1 Demo
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |