Tjommi

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

Vad är Tjommi?

Tjommi är en Chrome-tillägg utvecklad av https://tjommi.app, och dess huvudfunktion är "Tjommi helps you find the best price on products you are about to buy.".

Tilläggsskärmbilder

screenshot

Ladda ner Tjommi-förlängningens CRX-fil

Ladda ner Tjommi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        See alternative prices on products you are looking at.                    

Grundläggande Information om Tillägg

Namn Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
Officiell webbadress https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Beskrivning Tjommi helps you find the best price on products you are about to buy.
Filstorlek 2.71 MB
Antal Installationer 207
Aktuell Version 2.1.0
Senast Uppdaterad 2023-04-30
Publiceringsdatum 2022-02-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://tjommi.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tjommi.app
Hjälpsida URL https://web.tjommi.app/faq
URL till Sekretesspolicy Sidan https://web.tjommi.app/privacy
Stödda Språk 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"
    }
}