Cadeau clic
Cadeau clic
ما هو Cadeau clic؟
Cadeau clic هو إضافة Chrome تم تطويرها بواسطة https://www.cadeauclic.com، والميزة الرئيسية لها هي "Cadeau clic".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cadeau clic
قم بتنزيل ملفات الامتداد Cadeau clic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Avec l'extension CadeauClic.com, ajoutez facilement à vos listes de cadeaux des articles que vous trouvez sur internet. En un clic, le produit est ajouté directement à votre liste. Vous avez la possibilité de modifier le titre du produit, sa description, d'y indiquer des instructions de tailles, couleurs, d'ajouter une catégorie pour classer vos articles. Il vous suffit ensuite de cliquer sur "Ajouter le produit". Voilà c'est fait, l'article est ajouté sur votre liste de cadeaux. CadeauClic vous permet de créer des listes de Naissance, Noël, Anniversaire, Mariage ... Simple et gratuit, n'hésitez pas à tester notre site.
معلومات أساسية عن التمديد
الاسم | Cadeau clic |
ID | iibhgjabjkjelhnnmpicehdjbailljkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cadeau-clic/iibhgjabjkjelhnnmpicehdjbailljkf |
الوصف | Cadeau clic |
حجم الملف | 29.79 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 0.3 |
آخر تحديث | 2021-10-27 |
تاريخ النشر | 2021-10-27 |
المطور | https://www.cadeauclic.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.cadeauclic.com/ |
عنوان صفحة المساعدة | https://www.cadeauclic.com/contact/ |
عنوان صفحة سياسة الخصوصية | https://www.cadeauclic.com/conditions-generales-dutilisation |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cadeau clic", "version": "0.3", "description": "Cadeau clic", "permissions": [ "tabs", "*:\/\/*.cadeauclic.com\/*", "*:\/\/cadeauclic.com\/*", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.cadeauclic.com\/*", "*:\/\/cadeauclic.com\/*" ], "js": [ "cs.js" ], "all_frames": true } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |