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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://web.tjommi.app/faq
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}