Force Salesforce Classic (No lightning)

When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…

Force Salesforce Classic (No lightning)란 무엇입니까?

Force Salesforce Classic (No lightning)은(는) leothelocust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…"입니다.

확장 프로그램 스크린샷

screenshot

Force Salesforce Classic (No lightning) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the same page redirection as if you were to click "Switch to Salesforce Classic" in your Salesforce organization.

This extension is not associated with Salesforce in anyway.  I created this extension out of my own desire to use "classic" and I had colleagues that shared in my dislike for the slow and bloated "Lightning Experience".

So here it is.  A very simple page redirection to automatically switch to classic.                    

확장 프로그램 기본 정보

이름 Force Salesforce Classic (No lightning) Force Salesforce Classic (No lightning)
ID fonaaeniiegfgjomphdcklenikidildi
공식 URL https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi
설명 When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
파일 크기 73.9 KB
설치 횟수 143
현재 버전 1.0.1
최근 업데이트 2019-04-01
출시 날짜 2019-04-01
평점 4.33/5 총 3 개의 평점
개발자 leothelocust
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force Salesforce Classic (No lightning)",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}