Shop Safe

A chrome extension that helps to identify where an amazon product is originated from.

Qu'est-ce que Shop Safe ?

Shop Safe est une extension Chrome développée par Shop Safe, et sa fonction principale est "A chrome extension that helps to identify where an amazon product is originated from.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shop Safe

Téléchargez les fichiers d'extension Shop Safe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is an extension which provides the country information of an amazon product on the product detail page.                    

Informations de Base sur l'Extension

Nom Shop Safe Shop Safe
ID helhdfggaejjdpkfkbpfbnchljaobhbp
URL Officiel https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp
Description A chrome extension that helps to identify where an amazon product is originated from.
Taille du Fichier 1.01 MB
Nombre d'Installations 182
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-11-07
Date de Publication 2023-11-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur Shop Safe
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension that helps to identify where an amazon product is originated from.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Shop Safe",
    "icons": {
        "192": ".\/assets\/icons\/icon-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/dp\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}