Org Header for Salesforce®

Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.

Qu'est-ce que Org Header for Salesforce® ?

Org Header for Salesforce® est une extension Chrome développée par Andrew Trautmann, et sa fonction principale est "Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Org Header for Salesforce®

Téléchargez les fichiers d'extension Org Header for Salesforce® au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When you're working with multiple sandboxes, it can be easy to lose track of which one you're in. Avoid making changes in the wrong sandbox by configuring adding a distinctive custom header to each sandbox you work with regularly using Org Header for Salesforce®

NEW IN VERSION 1.0.1: Lightning Experience support!

Note: Currently, this extension only works for orgs that have configured the My Domain feature in Salesforce. For information in this feature, please see https://help.salesforce.com/HTViewHelpDoc?id=domain_name_overview.htm.

Salesforce is a trademark of Salesforce.com, inc. This extension is not sponsored or endorsed by Salesforce.com.                    

Informations de Base sur l'Extension

Nom Org Header for Salesforce® Org Header for Salesforce®
ID bhnfbnhpmnfacebccnjjoeecgmnbhjam
URL Officiel https://chromewebstore.google.com/detail/org-header-for-salesforce/bhnfbnhpmnfacebccnjjoeecgmnbhjam
Description Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.
Taille du Fichier 14.58 KB
Nombre d'Installations 4,213
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-05-29
Date de Publication 2018-05-29
Évaluation 4.93/5 Total 14 Évaluations
Développeur Andrew Trautmann
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Org Header for Salesforce\u00ae",
    "short_name": "Org Header",
    "description": "Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.",
    "version": "1.0.1",
    "author": "Ben Burwell",
    "icons": {
        "16": "icon-sm-16.png",
        "32": "icon-sm-32.png",
        "48": "icon-md-48.png",
        "128": "icon-lg-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.visual.force.com\/*",
                "*:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.salesforce.com\/"
    ]
}