Salesforce Security

Protect your SalesForce data and credentials from malicious Chrome Extensions

Τι είναι το Salesforce Security;

Το Salesforce Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extensionpolice.com, και η κύρια λειτουργία του είναι "Protect your SalesForce data and credentials from malicious Chrome Extensions".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension will automatically disable all other extensions while you are on Salesforce® websites (Salesforce® Lightning® , force.com, salesforce.com, visualforce.com). 

It prevents rogue extensions to steal your Salesforce® credentials, your Salesforce® cookies and your customer's data in Salesforce® database.

1st you get a Security and Privacy audit of all your Chrome Extensions:
> It detects all Extensions threats: Ads-injecting, credentials hijacking, insert tracking pixels, google scraping in the background, privacy issues, malware, mining of crypto currencies in the background, etc.

Then, you can choose to Enable/disable all your chrome extensions on specific domains.

> secure your browser when you visit Salesforce® website, databases and all other critical websites like your bank, your email client,.. 

You can choose to disable all Google Chrome extensions in 1 click.

-----------

IT IS IMPORTANT THAT YOU TAKE CONTROL OF YOUR CHROME EXTENSIONS:

Most of your Chrome Extension have unlimited access of all your browsing:
-  they could potentially steal your personal data, the content of all your emails, your banking details, your customer's data and all the content of all the websites open in all your tabs, even when you do not visit them. 
- They have an easy access to all your passwords as you insert them. They could potentially stole them.
- They could very easily store your cookies and access, on your behalf, all your apps, emails, bank accounts, from remote servers.

While monitoring the activity of certain popular extensions like Hola Internet , counting 9 millions users (don't install !), we found that certain Extensions are visiting websites on our behalf, in the background of our browsers, without our explicit consent.

                     FREAKY ISN'T IT ? 

Then we found that 80% of extension's developers don't have websites or don't have a support email or are hiding their personal data behind anonymous services. Many are located in countries where data privacy is not a concern. 
​
So, it is time to take control on your extensions.                    

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

Όνομα Salesforce Security Salesforce Security
ID ccmccoifgmogllppkahijhkingoeapph
Επίσημο URL https://chromewebstore.google.com/detail/salesforce-security/ccmccoifgmogllppkahijhkingoeapph
Περιγραφή Protect your SalesForce data and credentials from malicious Chrome Extensions
Μέγεθος Αρχείου 107 KB
Αριθμός Εγκαταστάσεων 2,258
Τρέχουσα Έκδοση 0.1.21
Τελευταία Ενημέρωση 2021-03-03
Ημερομηνία Δημοσίευσης 2019-09-20
Αξιολόγηση 3.36/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής https://extensionpolice.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://www.extensionpolice.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.extensionpolice.com
URL της Σελίδας Πολιτικής Απορρήτου https://justblock.org/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.1.21",
    "permissions": [
        "management",
        "tabs"
    ],
    "commands": {
        "enable-disable-active-extensions": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Enable and disable active extensions"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/ExtensionPolice16.png",
        "48": "images\/ExtensionPolice48.png",
        "128": "images\/ExtensionPolice128.png"
    },
    "offline_enabled": true,
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "images\/*.svg",
        "css\/*.css"
    ]
}