Tjommi

Tjommi helps you find the best price on products you are about to buy.

Apa itu Tjommi?

Tjommi adalah ekstensi Chrome yang dikembangkan oleh https://tjommi.app, dan fitur utamanya adalah "Tjommi helps you find the best price on products you are about to buy.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tjommi

Unduh file ekstensi Tjommi 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

                        See alternative prices on products you are looking at.                    

Informasi Dasar Ekstensi

Nama Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
URL Resmi https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Deskripsi Tjommi helps you find the best price on products you are about to buy.
Ukuran File 2.71 MB
Jumlah Instalasi 207
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2023-04-30
Tanggal Publikasi 2022-02-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://tjommi.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tjommi.app
URL Halaman Bantuan https://web.tjommi.app/faq
URL Halaman Kebijakan Privasi https://web.tjommi.app/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tjommi",
    "description": "Tjommi helps you find the best price on products you are about to buy.",
    "version": "2.1.0",
    "minimum_chrome_version": "107",
    "action": {
        "default_title": "Tjommi"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "webNavigation",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}