WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Salesforce Assistant

Salesforce Assistant

View on Chrome Web Store
View Salesforce Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (13 ratings)
1 new ratings
5 views
This extension has been viewed 5 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Salesforce Admin and Dev Assistant who help to Quick Find,Login,Query,Backup,View LWC Code,Cron Expression,Record Edit-View,Exports
Type
Extension
Users
5,000 users
500
nisa**********************
View author page of nisa**********************
Published
Published on May 28, 2020
Version 3.1
Manifest version
2
Updated
Updated on August 4, 2022
productivity/developer
Extension Category
View on Chrome Web Store
View Salesforce Assistant Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "name": "Salesforce Assistant",
    "version": "3.1",
    "description": "Salesforce Admin and Dev Assistant who help to Quick Find,Login,Query,Backup,View LWC Code,Cron Expression,Record Edit-View,Exports",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/platform.linkedin.com\/ https:\/\/badges.linkedin.com\/; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/*.salesforce.com\/",
        "https:\/\/*.force.com\/",
        "activeTab",
        "cookies",
        "tabs",
        "activeTab",
        "https:\/\/www.freeformatter.com\/*",
        "https:\/\/platform.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "nik_components\/jquery\/dist\/jquery-ui.css",
                "nik_components\/jquery\/dist\/jquery.timepicker.min.css",
                "nik_components\/codemiror\/codemirror.css",
                "nik_components\/codemiror\/show-hint.css",
                "nik_components\/codemiror\/foldgutter.css",
                "css\/font-awesome.min.css",
                "nik_components\/typeahead\/typeaheadjs.min.css",
                "css\/popup.css"
            ],
            "js": [
                "nik_components\/jquery\/dist\/jquery-1.12.4.js",
                "nik_components\/jquery\/dist\/jquery-ui.js",
                "nik_components\/jquery\/dist\/moment.js",
                "nik_components\/jquery\/dist\/jquery.timepicker.min.js",
                "nik_components\/salesforce\/forcetk.js",
                "js\/sweetalert.js",
                "js\/setup_classic.js",
                "js\/setup_lex.js",
                "nik_components\/typeahead\/typeahead.jquery.min.js",
                "nik_components\/typeahead\/typeahead.bundle.min.js",
                "nik_components\/typeahead\/bloodhound.min.js",
                "js\/content.js",
                "js\/contentscript.js",
                "nik_components\/darkmode\/defaults.js",
                "nik_components\/darkmode\/dark_theme.js",
                "nik_components\/codemiror\/codemirror.js",
                "nik_components\/codemiror\/autorefresh.js",
                "nik_components\/codemiror\/closebrackets.js",
                "nik_components\/codemiror\/matchbrackets.js",
                "nik_components\/codemiror\/placeholder.js",
                "nik_components\/codemiror\/formatting.js",
                "nik_components\/codemiror\/foldcode.js",
                "nik_components\/codemiror\/foldgutter.js",
                "nik_components\/codemiror\/xml-fold.js",
                "nik_components\/codemiror\/sql.js",
                "nik_components\/codemiror\/xml.js",
                "nik_components\/codemiror\/javascript.js",
                "nik_components\/codemiror\/css.js",
                "nik_components\/codemiror\/show-hint.js",
                "nik_components\/codemiror\/sql-hint.js",
                "nik_components\/codemiror\/clike.js",
                "nik_components\/formatter\/vkbeautify.js",
                "js\/tableManager.js",
                "js\/domparser.js",
                "js\/cs.users.js",
                "js\/webpagescript.js",
                "js\/lightningConentScript.js"
            ],
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.visual.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/feildLevelPermission.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/setup\/layout\/flsedit*",
                "https:\/\/*.lightning.force.com\/lightning\/setup\/null\/address=\/setup\/layout\/flsedit*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "nik_components\/angular\/angular.js",
                "nik_components\/angular\/angularbootstrap.js",
                "js\/permissions.contentscript.js"
            ],
            "matches": [
                "https:\/\/*.force.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.force.com\/*",
            "https:\/\/*.salesforce.com\/*",
            "https:\/\/*.visualforce.com\/*"
        ]
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "index.html"
    },
    "web_accessible_resources": [
        "nik_components\/*",
        "icon",
        "nik_components\/jquery\/dist\/jquery-ui.css",
        "nik_components\/jquery\/dist\/jquery.timepicker.min.css",
        "nik_components\/codemiror\/codemirror.css",
        "nik_components\/codemiror\/show-hint.css",
        "fonts\/*",
        "css\/popup.css",
        "permissions.html",
        "https:\/\/*.salesforce.com\/*",
        "*:\/\/*.lightning.force.com\/*",
        "https:\/\/www.freeformatter.com\/*",
        "https:\/\/fonts.googleapis.com\/css2?family=Nunito",
        "https:\/\/fonts.googleapis.com\/css2?family=Montserrat",
        "https:\/\/platform.linkedin.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+U",
                "default": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            }
        }
    },
    "manifest_version": 2
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top