Items

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

Qu'est-ce que Items ?

Items est une extension Chrome développée par https://items.com, et sa fonction principale est "items.com Amazing Offers & Coupons. It's all about the discount & cashback!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Items

Téléchargez les fichiers d'extension Items au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Items Items
ID fakhknmoelnhdimdmfhmapnifcblaead
URL Officiel https://chromewebstore.google.com/detail/items/fakhknmoelnhdimdmfhmapnifcblaead
Description items.com Amazing Offers & Coupons. It's all about the discount & cashback!
Taille du Fichier 1.31 MB
Nombre d'Installations 54
Version Actuelle 2.9
Dernière Mise à Jour 2023-04-10
Date de Publication 2021-02-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://items.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://items.com
URL de la Page d'Aide https://items.com/help
URL de la Page de Politique de Confidentialité https://items.com/privacy
Langues Prises en Charge 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"
}