TotalReduc

TotalReduc, codes promo en temps-reel

TotalReduc là gì?

TotalReduc là một tiện ích mở rộng Chrome được phát triển bởi Brittlestar, và tính năng chính của nó là "TotalReduc, codes promo en temps-reel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TotalReduc

Tải xuống các tệp mở rộng TotalReduc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TotalReduc TotalReduc
ID egagelncdlbjaeblmmoplbachdieihig
URL Chính Thức https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig
Mô tả TotalReduc, codes promo en temps-reel
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2014-12-21
Ngày Phát Hành 2014-12-21
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Brittlestar
Loại Thanh Toán free
URL Trang Trợ Giúp https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}