TotalReduc

TotalReduc, codes promo en temps-reel

TotalReduc क्या है?

TotalReduc Brittlestar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TotalReduc, codes promo en temps-reel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TotalReduc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}