Enhance Salesforce Header

This extension displays logged in Org/User name, current time and Logout, Dev Console, My Settings and My Profile as separate links.

Τι είναι το Enhance Salesforce Header;

Το Enhance Salesforce Header είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.satrangtech.com, και η κύρια λειτουργία του είναι "This extension displays logged in Org/User name, current time and Logout, Dev Console, My Settings and My Profile as separate links.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enhance Salesforce Header

Λήψη αρχείων επέκτασης Enhance Salesforce Header σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Would you like to streamline your access to Developer Console, My Settings, My Profile, or a quick logout with just a single click? Do you find it inconvenient to navigate through Salesforce's My Profile drop-down for specific items?

Introducing our remarkable Chrome Extension! It simplifies your Salesforce experience by placing My Profile items as individual links in the top header, akin to the standard Help link. No more additional clicks required!

But that's not all – this extension also conveniently showcases the logged-in organization name, user name, and current time directly in the header. This feature proves invaluable when managing multiple organizations.

Say goodbye to the limitations of Salesforce's default settings and say hello to a more efficient and user-friendly Salesforce Header! Install the extension now to unlock new possibilities and enhance your Salesforce experience.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhance Salesforce Header Enhance Salesforce Header
ID elgchkdpmbjdnfpijmgaiabfjpmjpaka
Επίσημο URL https://chromewebstore.google.com/detail/enhance-salesforce-header/elgchkdpmbjdnfpijmgaiabfjpmjpaka
Περιγραφή This extension displays logged in Org/User name, current time and Logout, Dev Console, My Settings and My Profile as separate links.
Μέγεθος Αρχείου 68.15 KB
Αριθμός Εγκαταστάσεων 143
Τρέχουσα Έκδοση 4.0.0
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2016-01-13
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.satrangtech.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.satrangtech.com/products.htm#1
Διεύθυνση URL της Σελίδας Βοήθειας https://support.satrangtech.com/
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1prHjNY6lRcHY2g9l9VE7Otqe-n8SMbeyVREtP2zvKiM/edit
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "author": "Satrang Technologies",
    "background": {
        "service_worker": "back.js"
    },
    "action": {
        "default_icon": "img\/ESH.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.my.salesforce.com\/*"
            ]
        }
    ],
    "description": "This extension displays logged in Org\/User name, current time and Logout, Dev Console, My Settings and My Profile as separate links.",
    "homepage_url": "http:\/\/www.satrangtech.com\/",
    "icons": {
        "16": "img\/ESH.png",
        "24": "img\/ESH.png",
        "32": "img\/ESH.png",
        "48": "img\/ESH.png",
        "64": "img\/ESH.png",
        "8": "img\/ESH.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAttVfVSgCIogbkmBZZPuoWVnNrRtux8cPN0P4mrYuqN9TLmWNWMDGgbitpARx0UNorNdYDHA6cOSDvGelQQTXYIci6xk1ozqHReF+HmlULdLNGdYOVyO8suvc+C92F0T5+Pggeo1YGIGvygO63hvIhXzbjmClmQLT1PiPPj174iiKjImVJpzj0A37fE19mC6oMDGgawZrJ34F51Desf5wtFVgS3nQ1m0suDvC9YMSzOQ90\/hnkWn8UAgfHMwjT\/ESVgN+28l9pcQ9l5iXYaa\/hx6FN\/fC2QPSXPG1GfVL3Awn1K3Vsh9ZDTYRspaplHp1z8HA25UYCjuIDN5AdH6K9wIDAQAB",
    "manifest_version": 3,
    "name": "Enhance Salesforce Header",
    "host_permissions": [
        "*:\/\/*.my.salesforce.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "short_name": "Org\/User Name, Current Time, Logout, Dev Console, My Settings and My Profile",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [],
            "resources": [
                "background.js"
            ]
        }
    ]
}