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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it easy to login as another user. Maintains the page currently being viewed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce.com Quick Login As एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}