Tjommi

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

Qu'est-ce que Tjommi ?

Tjommi est une extension Chrome développée par https://tjommi.app, et sa fonction principale est "Tjommi helps you find the best price on products you are about to buy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tjommi

Téléchargez les fichiers d'extension Tjommi 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

                        See alternative prices on products you are looking at.                    

Informations de Base sur l'Extension

Nom Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
URL Officiel https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Description Tjommi helps you find the best price on products you are about to buy.
Taille du Fichier 2.71 MB
Nombre d'Installations 207
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-04-30
Date de Publication 2022-02-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://tjommi.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tjommi.app
URL de la Page d'Aide https://web.tjommi.app/faq
URL de la Page de Politique de Confidentialité https://web.tjommi.app/privacy
Langues Prises en Charge 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"
    }
}