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
官方網址 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"
    }
}