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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}