S1 Demo
Opens Salesforce1 Mobile in a new phone-sized window.
S1 Demo क्या है?
S1 Demo joshua.birk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Salesforce1 Mobile in a new phone-sized window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में S1 Demo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |