Items
items.com Amazing Offers & Coupons. It's all about the discount & cashback!
Vad är Items?
Items är en Chrome-tillägg utvecklad av https://items.com, och dess huvudfunktion är "items.com Amazing Offers & Coupons. It's all about the discount & cashback!".
Tilläggsskärmbilder
Ladda ner Items-förlängningens CRX-fil
Ladda ner Items-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Items |
ID | fakhknmoelnhdimdmfhmapnifcblaead |
Officiell webbadress | https://chromewebstore.google.com/detail/items/fakhknmoelnhdimdmfhmapnifcblaead |
Beskrivning | items.com Amazing Offers & Coupons. It's all about the discount & cashback! |
Filstorlek | 1.31 MB |
Antal Installationer | 54 |
Aktuell Version | 2.9 |
Senast Uppdaterad | 2023-04-10 |
Publiceringsdatum | 2021-02-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://items.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://items.com |
Hjälpsida URL | https://items.com/help |
URL till Sekretesspolicy Sidan | https://items.com/privacy |
Stödda Språk | 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", " |