TotalReduc

TotalReduc, codes promo en temps-reel

TotalReducとは何ですか?

TotalReducはBrittlestarによって開発されたChromeの拡張機能で、その主な機能は「TotalReduc, codes promo en temps-reel」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TotalReduc拡張機能のCRXファイルをダウンロード

TotalReduc拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}