Flesko v2.0

Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results

Was ist Flesko v2.0?

Flesko v2.0 ist eine Chrome-Erweiterung, die von Rentabilisense entwickelt wurde, und ihr Hauptmerkmal ist "Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Flesko v2.0-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flesko v2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Flesko v2.0 Flesko v2.0
ID aageghngjdejoeppnjmnbbcfcfbhnipn
Offizielle URL https://chrome.google.com/webstore/detail/flesko-v20/aageghngjdejoeppnjmnbbcfcfbhnipn
Beschreibung Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results
Dateigröße 147 KB
Installationsanzahl 218
Aktuelle Version 2.0.0
Letztes Update 2016-03-21
Veröffentlichungsdatum 2016-03-21
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Rentabilisense
Zahlungsart free
Erweiterungswebsite http://www.codigos-descuento.com
Unterstützte Sprachen en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,fi,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "2.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/merchant.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/merchant.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/searchengine.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/searchengine.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/jquery.js",
                "js\/discountcodes.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon19.png",
        "images\/icon42.png",
        "data.json",
        "data-empty.json"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}