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

Wat is Flesko v2.0?

Flesko v2.0 is een Chrome-extensie ontwikkeld door Rentabilisense, en de belangrijkste functie is "Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Flesko v2.0

Download Flesko v2.0-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Flesko v2.0 Flesko v2.0
ID aageghngjdejoeppnjmnbbcfcfbhnipn
Officiële URL https://chrome.google.com/webstore/detail/flesko-v20/aageghngjdejoeppnjmnbbcfcfbhnipn
Beschrijving Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results
Bestandsgrootte 147 KB
Aantal Installaties 218
Huidige Versie 2.0.0
Laatst Bijgewerkt 2016-03-21
Publicatiedatum 2016-03-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Rentabilisense
Betalingswijze free
Extensiewebsite http://www.codigos-descuento.com
Ondersteunde Talen 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'"
}