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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}