Tjommi

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

ما هو Tjommi؟

Tjommi هو إضافة Chrome تم تطويرها بواسطة https://tjommi.app، والميزة الرئيسية لها هي "Tjommi helps you find the best price on products you are about to buy.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tjommi

قم بتنزيل ملفات الامتداد Tjommi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        See alternative prices on products you are looking at.                    

معلومات أساسية عن التمديد

الاسم Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
عنوان URL الرسمي https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
الوصف Tjommi helps you find the best price on products you are about to buy.
حجم الملف 2.71 MB
عدد التثبيتات 207
النسخة الحالية 2.1.0
آخر تحديث 2023-04-30
تاريخ النشر 2022-02-18
تقييم 5.00/5 مجموع تقييمات 2
المطور https://tjommi.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tjommi.app
عنوان صفحة المساعدة https://web.tjommi.app/faq
عنوان صفحة سياسة الخصوصية https://web.tjommi.app/privacy
اللغات المدعومة 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"
    }
}