Loginas - Login as your Salesforce Users

Login as and add Debug Logs to your Salesforce users with an easy searchable interface removing the need to navigate the setup menu.

Loginas - Login as your Salesforce Users란 무엇입니까?

Loginas - Login as your Salesforce Users은(는) Bryan Leboff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login as and add Debug Logs to your Salesforce users with an easy searchable interface removing the need to navigate the setup menu."입니다.

확장 프로그램 스크린샷

screenshot

Loginas - Login as your Salesforce Users 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This  extension allows you to login as any user (that you have permission to log in as) in your org quickly and easily. No login required, just click the icon while working inside your Salesforce org and search for the user you want to login as, and click login! 

It's that simple.


Contact me on twitter @leboff

New in 1.2.1
Ability to filter to standard users (on by default as I don't think it even works to login as community/portal users)

New in v1.1.0
Add/Remove/Re-order columns from options page
No longer gets all users at once and instead queries from typeahead text (this fixes problems for orgs with large user bases)
Some UI tweaks

New in v1.0.1
Fixed for lightning and my domains

New in v1.0
Complete redesign using LIghtning Design System
Debug logs are now added via the api and Trace Flags
Role is a searchable column
No longer rely on heavy libraries like AngularJS
Should be faster and prettier!

New in v 0.0.4
Added the ability to add a debug log or add log and login
windows close after the action is chosen
nerdy code cleanup stuff

New in v 0.0.3
now works on visualforce pages                    

확장 프로그램 기본 정보

이름 Loginas - Login as your Salesforce Users Loginas - Login as your Salesforce Users
ID knbllidkibplcobilanhbpldlioffbak
공식 URL https://chromewebstore.google.com/detail/loginas-login-as-your-sal/knbllidkibplcobilanhbpldlioffbak
설명 Login as and add Debug Logs to your Salesforce users with an easy searchable interface removing the need to navigate the setup menu.
파일 크기 3.14 MB
설치 횟수 1,366
현재 버전 1.2.1
최근 업데이트 2018-12-14
출시 날짜 2018-12-14
평점 4.75/5 총 4 개의 평점
개발자 Bryan Leboff
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loginas - Login as your Salesforce Users",
    "short_name": "Loginas",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "Login as and add Debug Logs to your Salesforce users with an easy searchable interface removing the need to navigate the setup menu.",
    "homepage_url": "http:\/\/www.bryanleboff.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Loginas",
        "default_popup": "views\/popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/loglevel.min.js",
            "lib\/jquery-2.2.4.min.js",
            "lib\/mustache.min.js",
            "lib\/jsforce.js",
            "lib\/lodash.min.js",
            "js\/templates.js",
            "js\/options.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "views\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "cookies",
        "tabs",
        "storage"
    ]
}