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開發的Chrome擴展程式,該擴展的主要功能是“Quickly distinguish which sandbox you're working in by setting up a distinctive header for each.”。

擴展截圖

screenshot
screenshot

下載Org Header for Salesforce®擴展crx文件

下載Org Header for Salesforce®擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}