Secure Logins

Single click secure login for your salesforce(force.com), netsuite, jira(atlassian) accounts.

Τι είναι το Secure Logins;

Το Secure Logins είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rakesh Kedia, και η κύρια λειτουργία του είναι "Single click secure login for your salesforce(force.com), netsuite, jira(atlassian) accounts.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Secure Logins

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

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

                        This extension provides ‘Single click secure login for your salesforce (Force.com), Netsuite, Jira(Atlassian) accounts and keep your data secure in google drive. Each google account has maintain a separate file and you can access specific file from login your google account. 

What is New?: 
--------------------
Yes, This type of extensions are already available in chrome store and they have stored your useful credentials in your local machine and provide a login through url without hiding your username & password but this extension is purely safe & secure for Salesforce, Netsuite & Jira users and its keep your data highly secure by google.

List of Features:
--------------------
1. One time secure login from your google account with OAuth2 Authorization.
2. Have a separate logout button, to keep your session active after your google account sign out.(Not required login from your google account again & again)
3. Keep your all data username, password, security token etc. in your google drive spreadsheet. These data’s are highly secured by google. 
4. You can easily access this spreadsheet and for future backup storage you can also download it from your google drive account.
5. Whenever you want to uninstall your extension from chrome browser, your spreadsheet file still stored in your google drive for future use. This same file you can use for new installation or different location on different machines. So from your same google account login you can access this file.
6. This extension also provide a features to maintain your sheet from GUI. You can create, edit, and delete your Salesforce, Netsuite & Jira accounts from the UI forms.
7. Provides a safe single click Salesforce, Netsuite & Jira login in a new tab or new window. It never show your username, passwords in url and never store your credentials in browser bookmark history.
8. Secure offline access for fast execution.
9. Tabbed view for Salesforce, Netsuite & Jira accounts.

For any bug’s, suggestion’s and idea’s you can contact on below details. Your every point is most important for us. Thanks !!

Author Details: Rakesh Kedia
---------------------------------
Email : [email protected]
LinkedIn Profile : http://in.linkedin.com/pub/rakesh-kumar-kedia/27/786/3a8
Facebook Profile : http://facebook.com/rakesh.kedia4
Google+ Profile : https://plus.google.com/+RakeshKumarKedia/about

Note: we can hide google drive spreadsheet file and data but not do this becuase we want to make this more user friendly.                    

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

Όνομα Secure Logins Secure Logins
ID mdhehldoibhbenfcnonmhfghbnfgbkpn
Επίσημο URL https://chromewebstore.google.com/detail/secure-logins/mdhehldoibhbenfcnonmhfghbnfgbkpn
Περιγραφή Single click secure login for your salesforce(force.com), netsuite, jira(atlassian) accounts.
Μέγεθος Αρχείου 207 KB
Αριθμός Εγκαταστάσεων 429
Τρέχουσα Έκδοση 8.4
Τελευταία Ενημέρωση 2018-05-17
Ημερομηνία Δημοσίευσης 2018-05-17
Αξιολόγηση 3.90/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής Rakesh Kedia
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://plus.google.com/+RakeshKumarKedia/about
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "browser_action": {
        "default_icon": "images\/Secure_Logins_128X128.png",
        "default_popup": "popup.html",
        "default_title": "Secure Login for salesforce, netsuite, jira accounts"
    },
    "content_scripts": [
        {
            "js": [
                "jquery\/jquery_min_inject.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/oauth2callback*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Single click secure login for your salesforce(force.com), netsuite, jira(atlassian) accounts.",
    "icons": {
        "128": "images\/Secure_Logins_128X128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8ZSyEAmQERSJ1cn9dCx\/kgS3tzk\/krTZvy+i0\/F85jhT44uB8Ju5YHVv8V0vJhAFjQJGuNupaWxXqlCAkfqmURL6zo7kiyVktLdzm1d3l+YaF7F9zdHSSq1kE+l+uUT2ZqYC2z1SIRhemtzRbRQ3Ih7F\/YtaToHDPFpXNOsvxSiw9nIftmdelpfjk\/dUd1UiBjxVt1AYcRznd6Xb+L\/WYVQY1uiU3j1Jl2OTBA5tuizX4RZ4Pf63rbaNLNt5jh2FzvH02IQUPFMxSnKfB91hm4cUZWZXBAEKWRg7qmd2Xojk7z9zp7cQKJdIEhKs1yLmuvrDsY1QWSmxUK6J0YIgHQIDAQAB",
    "manifest_version": 2,
    "name": "Secure Logins",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/login.salesforce.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/www.google.com\/",
        "https:\/\/spreadsheets.google.com\/feeds\/",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.4",
    "web_accessible_resources": [
        "jquery\/redirect.html"
    ]
}