Tjommi

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

Tjommi là gì?

Tjommi là một tiện ích mở rộng Chrome được phát triển bởi https://tjommi.app, và tính năng chính của nó là "Tjommi helps you find the best price on products you are about to buy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tjommi

Tải xuống các tệp mở rộng Tjommi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        See alternative prices on products you are looking at.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
URL Chính Thức https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
Mô tả Tjommi helps you find the best price on products you are about to buy.
Kích Thước Tệp 2.71 MB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2022-02-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tjommi.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tjommi.app
URL Trang Trợ Giúp https://web.tjommi.app/faq
URL Trang Chính Sách Bảo Mật https://web.tjommi.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}