Salesforce.com Quick Login As

Makes it easy to login as another user. Maintains the page currently being viewed.

Salesforce.com Quick Login As란 무엇입니까?

Salesforce.com Quick Login As은(는) Kyle Peterson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes it easy to login as another user. Maintains the page currently being viewed."입니다.

확장 프로그램 스크린샷

screenshot

Salesforce.com Quick Login As 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have an issue or a great idea for this extension? Visit the support tab above to leave feedback.

Main Points
- Supports Classic and Lightning.
- Gives a popup of the users listed on the user listing page so you can select to login as a different user on any page.
- When a user is selected, it logs you in as that user and keeps you on the page you were viewing.
- When you log out, it will take you back to the page you were originally on when you logged in as the other user.

Additional Points
- Above the user list in the popup, the "View" dropdown is available so you can change to another view from the user listing page.
- Only the first 4 columns from the user listing table are shown by default (including the login column) since the popup has a limited width.  A "All Columns" button is available if you can't identify the user you need by the default columns shown.

Updates
6/14/2019 - Now supports lightning
7/8/2015 - Added Filter textbox for quickly finding users
4/23/2012 - Now works with emea accounts
4/1/2012 - Now works with custom Salesforce domains                    

확장 프로그램 기본 정보

이름 Salesforce.com Quick Login As Salesforce.com Quick Login As
ID dccccilgophpadpomgajjlkkioipoojh
공식 URL https://chromewebstore.google.com/detail/salesforcecom-quick-login/dccccilgophpadpomgajjlkkioipoojh
설명 Makes it easy to login as another user. Maintains the page currently being viewed.
파일 크기 49.94 KB
설치 횟수 12,460
현재 버전 2
최근 업데이트 2019-06-28
출시 날짜 2019-06-27
평점 4.46/5 총 39 개의 평점
개발자 Kyle Peterson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kpeterson85/Salesforce-Quick-Login-Chrome-Extension
도움말 페이지 URL https://github.com/kpeterson85/Salesforce-Quick-Login-Chrome-Extension/issues
개인정보 보호 정책 페이지 URL https://www.enhancedformulaeditor.com/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Makes it easy to login as another user.  Maintains the page currently being viewed.",
    "name": "Salesforce.com Quick Login As",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Quickly Login As Another User",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.salesforce.com\/",
        "https:\/\/*.visual.force.com\/",
        "https:\/\/*.lightning.force.com\/"
    ],
    "version": "2"
}