Org Header for Salesforce®

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

Org Header for Salesforce® क्या है?

Org Header for Salesforce® Andrew Trautmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly distinguish which sandbox you're working in by setting up a distinctive header for each."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Org Header for Salesforce® एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Org Header for Salesforce® Org Header for Salesforce®
ID bhnfbnhpmnfacebccnjjoeecgmnbhjam
आधिकारिक URL https://chromewebstore.google.com/detail/org-header-for-salesforce/bhnfbnhpmnfacebccnjjoeecgmnbhjam
विवरण Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.
फ़ाइल का आकार 14.58 KB
स्थापना संख्या 4,213
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-05-29
प्रकाशन तिथि 2018-05-29
रेटिंग 4.93/5 कुल 14 रेटिंग्स
डेवलपर Andrew Trautmann
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/"
    ]
}