One Click Salesforce Login

Enables you to login in SalesForce (Force.com) with one click.

What is One Click Salesforce Login?

One Click Salesforce Login is a Chrome extension developed by Sumit Banarji, and its main feature is "Enables you to login in SalesForce (Force.com) with one click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download One Click Salesforce Login Extension CRX File

Download One Click Salesforce Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enables you to store multiple force.com credentials and login with one click.                    

Extension Basic Information

Name One Click Salesforce Login One Click Salesforce Login
ID ckcjggdilfimmjnjmldgbbekigobcijn
Official URL https://chromewebstore.google.com/detail/one-click-salesforce-logi/ckcjggdilfimmjnjmldgbbekigobcijn
Description Enables you to login in SalesForce (Force.com) with one click.
File Size 594 KB
Installation Count 1,698
Current Version 1.3.0
Last Updated 2019-08-04
Publish Date 2019-08-04
Rating 4.97/5 Total 59 Ratings
Developer Sumit Banarji
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Salesforce Login",
    "version": "1.3.0",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/angular\/angular.min.js",
            "js\/script\/background.js"
        ]
    },
    "incognito": "spanning",
    "description": "Enables you to login in SalesForce (Force.com) with one click.",
    "icons": {
        "16": "icons\/16-16.png",
        "48": "icons\/48-48.png",
        "128": "icons\/48-48.png"
    },
    "omnibox": {
        "keyword": "yeah"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-19.png",
            "38": "icons\/38-38.png"
        },
        "default_title": "Salesforce one click login",
        "default_popup": "popup.html"
    },
    "short_name": "1 Click Salesforce Login",
    "author": "Sumit Banarji",
    "permissions": [
        "storage",
        "https:\/\/*.salesforce.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}