SF Toolkit Light

Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc

Qu'est-ce que SF Toolkit Light ?

SF Toolkit Light est une extension Chrome développée par https://sf-toolkit.com, et sa fonction principale est "Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SF Toolkit Light

Téléchargez les fichiers d'extension SF Toolkit Light au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Empower your Salesforce experience with the SF Toolkit Light Chrome extension. Seamlessly integrating with your Salesforce environment, this extension provides direct access to the SF Toolkit using the current page's sessionId. 
Uncover a range of functionalities allowing you to visualize record details, review profiles & permissions with unparalleled ease.

Key Features:

Record Field Viewer: Fastest way to visualize and search in your records without leaving the browser page.

Direct Access: Quick access to the entire features provided by the SF Toolkit without the need to log in.

Expandable Capabilities: Stay ahead with upcoming features and enhancements designed to further enhance your Salesforce toolkit experience as more feature are being added to the SF Tookit website.                    

Informations de Base sur l'Extension

Nom SF Toolkit Light SF Toolkit Light
ID konbmllgicfccombdckckakhnmejjoei
URL Officiel https://chromewebstore.google.com/detail/sf-toolkit-light/konbmllgicfccombdckckakhnmejjoei
Description Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc
Taille du Fichier 9.06 MB
Nombre d'Installations 65
Version Actuelle 1.0.5
Dernière Mise à Jour 2024-02-05
Date de Publication 2023-12-07
Développeur https://sf-toolkit.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/grebmann1/sfdx-ui-light/blob/master/privacy.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SF Toolkit Light",
    "version": "1.0.5",
    "description": "Use SF Toolkit directly from chrome to visualize record details and analyze User access, profile, permissions, etc",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "http:\/\/localhost:3000\/"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.cloudforce.com\/*",
        "https:\/\/*.visualforce.com\/*",
        "https:\/\/*.salesforce.mil\/*",
        "https:\/\/*.force.mil\/*",
        "https:\/\/*.cloudforce.mil\/*",
        "https:\/\/*.visualforce.mil\/*",
        "https:\/\/*.crmforce.mil\/*",
        "https:\/\/*.force.com.mcas.ms\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "declarativeContent"
    ]
}