Capital Koala
Bouton d'aide à l'achat Capital Koala pour Google Chrome
ما هو Capital Koala؟
Capital Koala هو إضافة Chrome تم تطويرها بواسطة https://www.capitalkoala.com، والميزة الرئيسية لها هي "Bouton d'aide à l'achat Capital Koala pour Google Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Capital Koala
قم بتنزيل ملفات الامتداد Capital Koala بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Le Koala reconnaît automatiquement les commerçants partenaires quand vous arrivez sur leur site : pas besoin de passer par notre site pour activer vos remboursements.
> Gratuit et facile à utiliser
> Discret et respectueux de votre navigation
> Efficace : remboursements appliqués automatiquement + codes promo mis à jour quotidiennement
Charte qualité :
> Ajout / suppression du Koala en 2 clics
> Seule donnée conservée : les sites où vous activez Koala (pour activer vos remboursements) معلومات أساسية عن التمديد
| الاسم | |
| ID | dbpclfjlnaeaejebnjdeadlafkmkldgl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/capital-koala/dbpclfjlnaeaejebnjdeadlafkmkldgl |
| الوصف | Bouton d'aide à l'achat Capital Koala pour Google Chrome |
| حجم الملف | 271 KB |
| عدد التثبيتات | 20,000 |
| النسخة الحالية | 9.0.0.1 |
| آخر تحديث | 2023-06-02 |
| تاريخ النشر | 2020-06-19 |
| تقييم | 4.55/5 مجموع تقييمات 22 |
| المطور | https://www.capitalkoala.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.capitalkoala.com/info/barre-aide-achat/ |
| عنوان صفحة المساعدة | https://www.capitalkoala.com/faq/#10 |
| عنوان صفحة سياسة الخصوصية | https://capitalkoala.com/info/protection-des-donnees |
| اللغات المدعومة | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Capital Koala",
"version": "9.0.0.1",
"manifest_version": 3,
"description": "Bouton d'aide \u00e0 l'achat Capital Koala pour Google Chrome",
"icons": {
"16": ".\/img\/icon-16.png",
"19": ".\/img\/icon-19.png",
"48": ".\/img\/icon-48.png",
"64": ".\/img\/icon-64.png",
"128": ".\/img\/icon-128.png"
},
"action": {
"default_icon": {
"48": ".\/img\/icon-48.png",
"64": ".\/img\/icon-64.png",
"128": ".\/img\/icon-128.png"
},
"default_popup": "popup.html"
},
"options_page": "config.html",
"permissions": [
"tabs",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/www.capitalkoala.com\/*"
],
"background": {
"service_worker": "background.bin.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"contentscript.bin.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/promos-icon.png",
"img\/green-bar-icon.png",
"img\/red-bar-icon.png",
"img\/promotion_1_128x128.png",
"img\/promotion_2_128x128.png",
"img\/promotion_3_128x128.png"
],
"matches": [
"http:\/\/*\/*"
]
}
]
} | |