Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
Cos'è Salesforce Sandbox Version?
Salesforce Sandbox Version è un'estensione di Chrome sviluppata da https://pcon.github.io, e la sua funzione principale è "Shows your salesforce sandbox version next to your sandbox host".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Sandbox Version
Scarica i file di estensione Salesforce Sandbox Version 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
Tired of having to manually look at what version your sandboxes are? Well, let a computer do all that tedious work for you! This extension will load an icon and alt text next to your instance name so you can see if the sandbox is a spring/summer/winter instance. Informazioni di Base sull'Estensione
| Nome | |
| ID | lggmdcnfdkoogifabfihligfjinpaiom |
| URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom |
| Descrizione | Shows your salesforce sandbox version next to your sandbox host |
| Dimensione del File | 66.49 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2019-05-31 |
| Data di Pubblicazione | 2019-05-30 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://pcon.github.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Salesforce Sandbox Version",
"short_name": "sandboxver",
"version": "1.1.2",
"description": "Shows your salesforce sandbox version next to your sandbox host",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"author": {
"name": "Patrick Connelly",
"email": "[email protected]",
"url": "http:\/\/connelly.dev"
},
"permissions": [
"https:\/\/*.salesforce.com\/07E*",
"https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.salesforce.com\/07E*",
"https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
],
"js": [
"jquery.min.js",
"axios.min.js",
"q.js",
"content.js"
],
"all_frames": true
}
],
"manifest_version": 2
} | |