Amazon Shop Safe

Shop safely on Amazon by proactively hiding potentially fraudulent or malicious listings.

Was ist Amazon Shop Safe?

Amazon Shop Safe ist eine Chrome-Erweiterung, die von TradeFyre LLC entwickelt wurde, und ihr Hauptmerkmal ist "Shop safely on Amazon by proactively hiding potentially fraudulent or malicious listings.".

Erweiterungsscreenshots

screenshot

Amazon Shop Safe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Shop Safe-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

                        Many of us like to shop on Amazon, and we like a good deal too. However, in our search for the best deals on Amazon, we might sometimes turn a blind eye to subtle signs that the seller is fraudulent. Amazon Shop Safe is an extension that prevents yourself, Uncle Joe or your dog from getting scammed by one of thousands of unscrupulous sellers on Amazon every day.

In addition to detecting 'Just Launched' sellers, Amazon Shop Safe also looks at other suspicious social cues that define a possibly fraudulent seller. 

Are you a seller and wrongfully blacklisted? Contact us via email or the extension page.                    

Grundlegende Informationen zur Erweiterung

Name Amazon Shop Safe Amazon Shop Safe
ID gbgkdkbafkopcojbipbkidgihakcopce
Offizielle URL https://chrome.google.com/webstore/detail/amazon-shop-safe/gbgkdkbafkopcojbipbkidgihakcopce
Beschreibung Shop safely on Amazon by proactively hiding potentially fraudulent or malicious listings.
Dateigröße 53.31 KB
Installationsanzahl 372
Aktuelle Version 0.2.5
Letztes Update 2017-04-17
Veröffentlichungsdatum 2017-04-17
Bewertung 4.67/5 Insgesamt 9 Bewertungen
Entwickler TradeFyre LLC
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Shop Safe",
    "version": "0.2.5",
    "description": "Shop safely on Amazon by proactively hiding potentially fraudulent or malicious listings.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.ssl-images-amazon.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/homograph.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg42zpna8MmYuptBd6OnC3vTjnqSx6Q90zzBPtF1XgiuHyvE3Vdc0PuhShzxoU5tECVRtt3stv4ie3brpVbn\/YJsLR+T4JJi1r\/9v4mD4\/GfdCZ40duveHZLXG8lR7MJBfAVAgavK1p8Y92YbfgTZu3JYLpQlIpi51bqrcxXs4Ywqa3sALVmKpdrg6iM7WzP9JlYYwzjmS7xHiuzXmq4kwYs3H5eguXI0\/ch7q4psAobopsgoeJZOBc2mLYjqy6jEhUQ2s7IY+OyTVcpALscikyMXV8dAmupIg333CNCW9OTUcI4zw1E3KSSdPaIAOD8CmMSNiUCjAsJLv11sY5SyqQIDAQAB"
}