Mon alerte Cashback Miimosa

Grâce à notre extension, vous êtes alerté(e) instantanément des offres de remboursement chez vos marchands préférés!

Что такое Mon alerte Cashback Miimosa?

Mon alerte Cashback Miimosa - это расширение Chrome, разработанное Plebicom, и его основная функция - "Grâce à notre extension, vous êtes alerté(e) instantanément des offres de remboursement chez vos marchands préférés!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Mon alerte Cashback Miimosa

Скачайте файлы расширений Mon alerte Cashback Miimosa в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Donnez du pouvoir à vos achats et participez concrètement à la transition agricole et alimentaire !

Téléchargez l’extension. Soutenir les agriculteurs n’a jamais été aussi simple ! 

Pour chacun de vos achats en ligne, une somme sera reversée pour financer des projets d’agriculture et d’alimentation durables sur la plateforme de financement MiiMOSA - le tout sans aucun coût supplémentaire pour vous.                    

Основная информация о расширении

Название Mon alerte Cashback Miimosa Mon alerte Cashback Miimosa
ID fclfaflcolmnlinmhapflkdanpahljji
Официальный URL https://chromewebstore.google.com/detail/mon-alerte-cashback-miimo/fclfaflcolmnlinmhapflkdanpahljji
Описание Grâce à notre extension, vous êtes alerté(e) instantanément des offres de remboursement chez vos marchands préférés!
Размер файла 2.56 MB
Количество установок 502
Текущая Версия 1.0.7
Последнее Обновление 2023-07-28
Дата публикации 2022-10-08
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Plebicom
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://miimosa.com/
URL страницы помощи https://miimosa.com/fr/help_center?l=fr
URL страницы политики конфиденциальности https://www.plebicom.com/privacy-policy-extensions
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mon alerte Cashback Miimosa",
    "version": "1.0.7",
    "description": "Gr\u00e2ce \u00e0 notre extension, vous \u00eates alert\u00e9(e) instantan\u00e9ment des offres de remboursement chez vos marchands pr\u00e9f\u00e9r\u00e9s!",
    "homepage_url": "https:\/\/miimosa.com\/",
    "manifest_version": 3,
    "author": "MIIMOSA",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "64x64.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "128x128.png",
        "default_title": "Alerte R\u00e9ductions Miimosa"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}