Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Was ist Salesforce Sandbox Version?

Salesforce Sandbox Version ist eine Chrome-Erweiterung, die von https://pcon.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Shows your salesforce sandbox version next to your sandbox host".

Erweiterungsscreenshots

screenshot

Salesforce Sandbox Version-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salesforce Sandbox Version-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
Offizielle URL https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
Beschreibung Shows your salesforce sandbox version next to your sandbox host
Dateigröße 66.49 KB
Installationsanzahl 65
Aktuelle Version 1.1.2
Letztes Update 2019-05-31
Veröffentlichungsdatum 2019-05-30
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://pcon.github.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}