Gratis Gutscheine für Dich

Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.

Gratis Gutscheine für Dich là gì?

Gratis Gutscheine für Dich là một tiện ích mở rộng Chrome được phát triển bởi http://www.sweetfunnycoool.com, và tính năng chính của nó là "Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.".

Ả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 Gratis Gutscheine für Dich

Tải xuống các tệp mở rộng Gratis Gutscheine für Dich 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

                        Spare Geld mit Gutscheinen! Wir haben Gutscheine für deine beliebtesten Online-Shops. Einfach Gutschein im Bezahlprozess deines Online-Shop eingeben und bis zu 30 % sparen!

Mit dieser Erweiterung erhältst Du Gutscheine für deine Lieblings-Shops. Sobald Du deinen Lieblings-Shop besuchst, zeigen wir dir im oberen Bereich direkt den passenden Gutschein an. Das Beste: Wir zeigen Dir immer nur passende und gültige Gutscheine an! 

Alles was Du machen musst, ist diese Erweiterung mit einem Klick hinzufügen. Das geht innerhalb weniger Sekunden und ist kinderleicht!                    

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

Tên Gratis Gutscheine für Dich Gratis Gutscheine für Dich
ID ojknklkdlagheimemghbhheblbalmeji
URL Chính Thức https://chrome.google.com/webstore/detail/gratis-gutscheine-f%C3%BCr-dic/ojknklkdlagheimemghbhheblbalmeji
Mô tả Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.4.8
Cập Nhật Lần Cuối 2014-07-24
Ngày Phát Hành 2014-07-24
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.sweetfunnycoool.com
Loại Thanh Toán free
Trang Web Mở Rộng http://gutscheine-fuer-dich.de/
URL Trang Trợ Giúp http://gutscheine-fuer-dich.de/
Ngôn Ngữ Được Hỗ Trợ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gratis Gutscheine f\u00fcr Dich",
    "version": "1.4.8",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo48px.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/www.gutscheindoktor.de\/",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/application.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/utils.js",
                "js\/trigger.js",
                "js\/templateEngine.js",
                "js\/jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.gif",
        "css\/*.css",
        "templates\/*.html"
    ],
    "description": "Wir informieren Dich GRATIS \u00fcber verf\u00fcgbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.",
    "icons": {
        "16": "img\/logo16px.png",
        "48": "img\/logo48px.png",
        "64": "img\/logo64px.png"
    }
}