Shop Safe

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

Apa itu Shop Safe?

Shop Safe adalah ekstensi Chrome yang dikembangkan oleh Shop Safe, dan fitur utamanya adalah "A chrome extension that helps to identify where an amazon product is originated from.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shop Safe

Unduh file ekstensi Shop Safe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Shop Safe Shop Safe
ID helhdfggaejjdpkfkbpfbnchljaobhbp
URL Resmi https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp
Deskripsi A chrome extension that helps to identify where an amazon product is originated from.
Ukuran File 1.01 MB
Jumlah Instalasi 182
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-11-07
Tanggal Publikasi 2023-11-06
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Shop Safe
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html
Bahasa yang Didukung 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"
        }
    ]
}