S1 Demo
Opens Salesforce1 Mobile in a new phone-sized window.
Cos'è S1 Demo?
S1 Demo è un'estensione di Chrome sviluppata da joshua.birk, e la sua funzione principale è "Opens Salesforce1 Mobile in a new phone-sized window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione S1 Demo
Scarica i file di estensione S1 Demo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kalbgfbifcaigjnkgagbeimcflnaijmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/s1-demo/kalbgfbifcaigjnkgagbeimcflnaijmc |
| Descrizione | Opens Salesforce1 Mobile in a new phone-sized window. |
| Dimensione del File | 11.41 KB |
| Conteggio Installazioni | 2,526 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2016-06-09 |
| Data di Pubblicazione | 2016-06-09 |
| Valutazione | 4.17/5 Totale 24 Valutazioni |
| Sviluppatore | joshua.birk |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/joshbirk/Chrome-S1Demo |
| Lingue Supportate | 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"
}
} | |