Items

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

Items क्या है?

Items https://items.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "items.com Amazing Offers & Coupons. It's all about the discount & cashback!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Items एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Items Items
ID fakhknmoelnhdimdmfhmapnifcblaead
आधिकारिक URL https://chromewebstore.google.com/detail/items/fakhknmoelnhdimdmfhmapnifcblaead
विवरण items.com Amazing Offers & Coupons. It's all about the discount & cashback!
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 54
वर्तमान संस्करण 2.9
अंतिम अपडेट 2023-04-10
प्रकाशन तिथि 2021-02-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://items.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://items.com
सहायता पृष्ठ URL https://items.com/help
गोपनीयता नीति पृष्ठ URL https://items.com/privacy
समर्थित भाषाएँ 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"
}