Tjommi

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

Cos'è Tjommi?

Tjommi è un'estensione di Chrome sviluppata da https://tjommi.app, e la sua funzione principale è "Tjommi helps you find the best price on products you are about to buy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tjommi

Scarica i file di estensione Tjommi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        See alternative prices on products you are looking at.                    

Informazioni di Base sull'Estensione

Nome Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
URL Ufficiale https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Descrizione Tjommi helps you find the best price on products you are about to buy.
Dimensione del File 2.71 MB
Conteggio Installazioni 207
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-04-30
Data di Pubblicazione 2022-02-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://tjommi.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tjommi.app
URL della Pagina di Aiuto https://web.tjommi.app/faq
URL della Pagina della Politica sulla Privacy https://web.tjommi.app/privacy
Lingue Supportate 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"
    }
}