Items

items.com Amazing Offers & Coupons. It's all about the discount & cashback!

Items là gì?

Items là một tiện ích mở rộng Chrome được phát triển bởi https://items.com, và tính năng chính của nó là "items.com Amazing Offers & Coupons. It's all about the discount & cashback!".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Items 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

                        Are you tired of cutting coupons or spending hours looking for the best deal? Items.com automatically does the grunt work for you! Items.com makes the online shopping experience easier and more enjoyable with instant cashback and coupon opportunities.

💸 The Items.com chrome extension allows users to uncover deals on their favorite eCommerce site. Also, it's 100% free, and signing up takes only a couple of clicks!

To install the Items.com chrome extension:
1️⃣ Click the "Add to Chrome" button.
2️⃣ Add "Items" box appears > click "Add extension.".
3️⃣ Installation completed! Enjoy the savings!

By clicking the "Add To Chrome" button and activating the Items.com extension, you agree to Item.com's:
✅ Terms of Agreement (found here: https://www.items.com/terms)
✅ Privacy Policy (found here: https://www.items.com/privacy
✅ License Agreement (https://items.com/license)

For inquiries, please contact: [email protected]

To remove the extension from your Chrome browser:
⛔ Click the Google Extensions icon located in the upper right corner of your browser.
⛔ Locate and click the three vertical dots corresponding to the Items.com extension.
⛔ Click "Remove from Chrome..." and a confirmation box will appear.                    

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

Tên Items Items
ID fakhknmoelnhdimdmfhmapnifcblaead
URL Chính Thức https://chromewebstore.google.com/detail/items/fakhknmoelnhdimdmfhmapnifcblaead
Mô tả items.com Amazing Offers & Coupons. It's all about the discount & cashback!
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 2.9
Cập Nhật Lần Cuối 2023-04-10
Ngày Phát Hành 2021-02-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://items.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://items.com
URL Trang Trợ Giúp https://items.com/help
URL Trang Chính Sách Bảo Mật https://items.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/*.css",
        "images\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "ext.js",
                "js\/items_coupons.js",
                "js\/activate_overlay.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icons\/128.png",
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "items.com Amazing Offers & Coupons. It's all about the discount & cashback!",
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Items",
    "permissions": [
        "tabs",
        "storage",
        "",
        "identity"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9"
}