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文件

下载Salesforce.com Quick Login As扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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