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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bryan Leboff และคุณลักษณะหลักของมันคือ "Login as and add Debug Logs to your Salesforce users with an easy searchable interface removing the need to navigate the setup menu."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Loginas - Login as your Salesforce Users

ดาวน์โหลดไฟล์ส่วนขยาย Loginas - Login as your Salesforce Users ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}