Faircado - Second hand shopping
Find better prices second-hand products from trusted websites
Faircado - Second hand shopping क्या है?
Faircado - Second hand shopping https://faircado.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find better prices second-hand products from trusted websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Faircado - Second hand shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unlock Sustainable Savings with Faircado! Enjoy second-hand treasures and eco-friendly alternatives while shopping online. Join our community and save money and carbon footprint every year! 🚀 Quick and Effortless Setup Add Faircado to your browser within seconds. Shop as you usually do and let us do the eco-saving magic. 🧳 Millions of Eco-Choices Across Categories With a single click, Faircado scans your shopping choices and suggests cheaper, second-hand options. From books and fashion to electronics, get the best sustainable deals from trusted sites. 🌍 Proudly Serving Global and German Shoppers Whether you're into e-commerce, looking for German online shopping gems, or exploring electronic commerce (e-commerce) from anywhere in the world, Faircado has got you covered. 🌱 Why Choose Faircado? Sustainability Meets Savings: Discover environmentally-friendly alternatives that are also gentle on your wallet. Daily Updates: We're tirelessly adding new products, categories, and partners. Every day brings more choices! We Value Feedback: Got a suggestion, feedback, or just some love to share? Write to us at [email protected].
एक्सटेंशन की मूल जानकारी
नाम | Faircado - Second hand shopping |
ID | gngckpdhcngilcedefiiiapkhocojghm |
आधिकारिक URL | https://chromewebstore.google.com/detail/faircado-second-hand-shop/gngckpdhcngilcedefiiiapkhocojghm |
विवरण | Find better prices second-hand products from trusted websites |
फ़ाइल का आकार | 251 KB |
स्थापना संख्या | 4,492 |
वर्तमान संस्करण | 3.1.2 |
अंतिम अपडेट | 2024-02-21 |
प्रकाशन तिथि | 2021-12-01 |
रेटिंग | 4.84/5 कुल 43 रेटिंग्स |
डेवलपर | https://faircado.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://faircado.de/ |
सहायता पृष्ठ URL | https://faircado.de/extension |
गोपनीयता नीति पृष्ठ URL | https://faircado.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faircado - Second hand shopping", "description": "Find better prices second-hand products from trusted websites", "version": "3.1.2", "manifest_version": 3, "action": [], "web_accessible_resources": [ { "resources": [ "\/save.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "all_frames": true } ], "background": { "service_worker": "background.js" }, "oauth2": { "client_id": "56728365748-594crqe66dmn6aff41vkpbjsik6uqeko.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "permissions": [ "contextMenus", "activeTab", "storage", "tabs" ], "icons": { "16": "\/icons\/green\/icon-16.png", "32": "\/icons\/green\/icon-32.png", "48": "\/icons\/green\/icon-48.png", "128": "\/icons\/green\/icon-128.png" }, "content_security_policy": { "extension_pages": "default-src 'none'; font-src 'self' https:\/\/assets.faircado.com; img-src * data: blob:; script-src 'self'; style-src 'self' 'unsafe-inline'; media-src https:\/\/assets.faircado.com; connect-src https:\/\/assets.faircado.com https:\/\/catalog-service-api.faircado.com https:\/\/customer-service-api.faircado.com https:\/\/catalog-service-api.staging.faircado.com https:\/\/customer-service-api.staging.faircado.com https:\/\/api.mixpanel.com;", "img-src": "self" } } |