Tjommi

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

Hvad er Tjommi?

Tjommi er en Chrome-udvidelse udviklet af https://tjommi.app, og dens hovedfunktion er "Tjommi helps you find the best price on products you are about to buy.".

Udvidelsesskærmbilleder

screenshot

Download Tjommi-udvidelses-CRX-fil

Download Tjommi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        See alternative prices on products you are looking at.                    

Grundlæggende oplysninger om udvidelsen

Navn Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
Officiel URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Beskrivelse Tjommi helps you find the best price on products you are about to buy.
Filstørrelse 2.71 MB
Antal Installationer 207
Nuværende Version 2.1.0
Senest Opdateret 2023-04-30
Udgivelsesdato 2022-02-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://tjommi.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tjommi.app
Hjælpeside-URL https://web.tjommi.app/faq
URL til Fortrolighedspolitik Side https://web.tjommi.app/privacy
Understøttede Sprog 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"
    }
}