Force.com LOGINS

Helps you manage Salesforce login credentials and lets you login with 1 click.

Was ist Force.com LOGINS?

Force.com LOGINS ist eine Chrome-Erweiterung, die von https://forcecomlogins.jimdo.com entwickelt wurde, und ihr Hauptmerkmal ist "Helps you manage Salesforce login credentials and lets you login with 1 click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Force.com LOGINS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Force.com LOGINS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps you manage your Salesforce login credentials and lets you quickly login. 

If you are a Salesforce admin or developer who needs to manage multiple orgs and login credentials, you must be tired of entering username and password every time they move from an account to the other.

This extension helps you;

- manage your salesforce.com login information (usrename, password, security token, and description).
- quickly login to salesforce.com with new tab, new window and incognito window.
- sync your login information across your devices
- automatically takes backup of account information to your Google Drive

Please refer to http://forcecomlogins.jimdo.com/ for more details.

I hope you find this useful!                    

Grundlegende Informationen zur Erweiterung

Name Force.com LOGINS Force.com LOGINS
ID ldjbglicecgnpkpdhpbogkednmmbebec
Offizielle URL https://chromewebstore.google.com/detail/forcecom-logins/ldjbglicecgnpkpdhpbogkednmmbebec
Beschreibung Helps you manage Salesforce login credentials and lets you login with 1 click.
Dateigröße 459 KB
Installationsanzahl 28,482
Aktuelle Version 2.9.0
Letztes Update 2022-08-05
Veröffentlichungsdatum 2020-04-08
Bewertung 4.23/5 Insgesamt 189 Bewertungen
Entwickler https://forcecomlogins.jimdo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://forcecomlogins.jimdo.com/
Hilfeseite URL http://forcecomlogins.jimdo.com/contact/
URL der Datenschutzrichtlinien-Seite https://forcecomlogins.jimdo.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force.com LOGINS",
    "manifest_version": 2,
    "version": "2.9.0",
    "description": "Helps you manage Salesforce login credentials and lets you login with 1 click.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity",
        "https:\/\/login.salesforce.com\/"
    ],
    "omnibox": {
        "keyword": "sf"
    },
    "options_page": "config.html",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "incognito": "spanning",
    "oauth2": {
        "client_id": "643754444692-efcokptgnej80ml5orgdb0rpql30sgd2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5aoJYM83DDXM5JahEWjzEKfwfr6ItcJBNYi7GMnkxt1qfC+bCxfCuB53FcuCAGV4sTG0Q4p4mgB6w2w7UxgIKH+F0RxSytzkYlcSwtcB2+m3+MendVy3lQv4Hyv5yJqqEFASoOpqx8BqJzK8wAh+eWQK5yzh4RerN14lHAgNOfQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}