Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Wat is Salesforce Sandbox Version?

Salesforce Sandbox Version is een Chrome-extensie ontwikkeld door https://pcon.github.io, en de belangrijkste functie is "Shows your salesforce sandbox version next to your sandbox host".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Salesforce Sandbox Version

Download Salesforce Sandbox Version-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
Officiële URL https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
Beschrijving Shows your salesforce sandbox version next to your sandbox host
Bestandsgrootte 66.49 KB
Aantal Installaties 65
Huidige Versie 1.1.2
Laatst Bijgewerkt 2019-05-31
Publicatiedatum 2019-05-30
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://pcon.github.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}