TotalReduc

TotalReduc, codes promo en temps-reel

ما هو TotalReduc؟

TotalReduc هو إضافة Chrome تم تطويرها بواسطة Brittlestar، والميزة الرئيسية لها هي "TotalReduc, codes promo en temps-reel".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TotalReduc

قم بتنزيل ملفات الامتداد TotalReduc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Vous surfez sur un site marchand ? TotalReduc recherche automatiquement les codes promotion disponibles.

Une bulle vous signale la disponibilité de codes promotion, cliquez sur l'icône et visualisez l'ensemble des codes détectés. Il ne vous reste plus qu'à utiliser le code promo de votre choix afin de bénéficiez de réductions, cadeaux, frais de port offerts...                    

معلومات أساسية عن التمديد

الاسم TotalReduc TotalReduc
ID egagelncdlbjaeblmmoplbachdieihig
عنوان URL الرسمي https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig
الوصف TotalReduc, codes promo en temps-reel
حجم الملف 175 KB
عدد التثبيتات 270
النسخة الحالية 3.4
آخر تحديث 2014-12-21
تاريخ النشر 2014-12-21
تقييم 4.50/5 مجموع تقييمات 4
المطور Brittlestar
نوع الدفع free
عنوان صفحة المساعدة https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "TotalReduc",
    "version": "3.4",
    "description": "TotalReduc, codes promo en temps-reel",
    "icons": {
        "48": "Euro48.png",
        "128": "Euro128.png"
    },
    "browser_action": {
        "default_icon": "Euro48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.totalreduc.com\/*"
    ],
    "web_accessible_resources": [
        "Euro48.png"
    ],
    "background": {
        "page": "background.html"
    }
}