My shopping companion

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

My shopping companion là gì?

My shopping companion là một tiện ích mở rộng Chrome được phát triển bởi https://shopformiles.flyingblue.com, và tính năng chính của nó là "Mon compagnon shopping vous informe des Miles à gagner lors de votre shopping pour cumuler plus de Miles.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng My shopping companion 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

                        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.                    

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

Tên My shopping companion My shopping companion
ID kfjbbnijaabbaopfmognkjmimejbngbh
URL Chính Thức https://chromewebstore.google.com/detail/my-shopping-companion/kfjbbnijaabbaopfmognkjmimejbngbh
Mô tả Mon compagnon shopping vous informe des Miles à gagner lors de votre shopping pour cumuler plus de Miles.
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 4,485
Phiên Bản Hiện Tại 1.1.15.0
Cập Nhật Lần Cuối 2023-01-12
Ngày Phát Hành 2020-05-22
Đánh Giá 2.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://shopformiles.flyingblue.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shopformiles.flyingblue.com/
URL Trang Trợ Giúp https://shopformiles.flyingblue.com/fr/faq
URL Trang Chính Sách Bảo Mật https://www.plebicom.com/privacy-policy-extensions
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}