My shopping companion

Mon compagnon shopping vous informe des Miles à gagner lors de votre shopping pour cumuler plus de Miles.

Wat is My shopping companion?

My shopping companion is een Chrome-extensie ontwikkeld door https://shopformiles.flyingblue.com, en de belangrijkste functie is "Mon compagnon shopping vous informe des Miles à gagner lors de votre shopping pour cumuler plus de Miles.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie My shopping companion

Download My shopping companion-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

                        Mon compagnon shopping shop for Miles vous informe instantanément de la disponibilité d’une offre pour gagner des Miles lorsque vous visitez un site marchand partenaire de shop for Miles. Grâce à cet outil, vous cumulerez encore plus de Miles.                    

Basisinformatie over de Extensie

Naam My shopping companion My shopping companion
ID kfjbbnijaabbaopfmognkjmimejbngbh
Officiële URL https://chromewebstore.google.com/detail/my-shopping-companion/kfjbbnijaabbaopfmognkjmimejbngbh
Beschrijving Mon compagnon shopping vous informe des Miles à gagner lors de votre shopping pour cumuler plus de Miles.
Bestandsgrootte 245 KB
Aantal Installaties 4,485
Huidige Versie 1.1.15.0
Laatst Bijgewerkt 2023-01-12
Publicatiedatum 2020-05-22
Beoordeling 2.38/5 Totaal 8 Beoordelingen
Ontwikkelaar https://shopformiles.flyingblue.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shopformiles.flyingblue.com/
Help Pagina-URL https://shopformiles.flyingblue.com/fr/faq
URL van de Privacybeleid Pagina https://www.plebicom.com/privacy-policy-extensions
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My shopping companion",
    "version": "1.1.15.0",
    "description": "Mon compagnon shopping vous informe des Miles \u00e0 gagner lors de votre shopping pour cumuler plus de Miles.",
    "homepage_url": "https:\/\/shopformiles.flyingblue.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery-3.3.1.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/jquery.mousewheel.min.js",
                "libs\/jquery.jscrollpane.min.js",
                "libs\/moment.min.js",
                "handlebars-helpers.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/localization.js",
                "content\/slider.js",
                "content\/serp.js",
                "content\/gmap.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon18x18.png",
        "default_title": "My shopping companion"
    },
    "icons": {
        "24": "images\/icon24x24.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    }
}