Miigle+

Automatically discover social good, eco and vegan-friendly brands when shopping online.

Was ist Miigle+?

Miigle+ ist eine Chrome-Erweiterung, die von https://miigle.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically discover social good, eco and vegan-friendly brands when shopping online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Miigle+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Miigle+-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

                        Do you love or want to shop from sustainable or ethical brands?

The Miigle+ chrome browser extension automatically recommends you social good, ethical and sustainable brands for the products you’re shopping online. 

Whether you’re using a search engine (Google, Yahoo and Bing), shopping on Amazon, other online retailers or directly on a brand’s website, simply click on the Miigle+ Chrome extension icon to see a list of social good brands with the products you’re shopping for.

Click on each listed brand to read their social or ecological impact as well as a catalog of their products (coming soon).

Discover over 450 brands worldwide from popular ones like Patagonia, TOMS, 100% Pure to rising stars like Nisolo, Apolis and many more, across products ranging from Clothing and Kids to Beauty and Home.

Join us in turning consumerism into a force for social good and supporting brands that make this world a better place.

Help us spread the word and feel free to contact us at [email protected] if you have any questions.

We support and serve anyone worldwide with a Chrome browser and an Internet connection.

----------------------------------------------------------------

By using this add-on, you agree to the Miigle+ Terms & Conditions available at http://www.miigle.com/terms                    

Grundlegende Informationen zur Erweiterung

Name Miigle+ Miigle+
ID gcecljemibcfdfmkheegndapbjjfealp
Offizielle URL https://chromewebstore.google.com/detail/miigle+/gcecljemibcfdfmkheegndapbjjfealp
Beschreibung Automatically discover social good, eco and vegan-friendly brands when shopping online.
Dateigröße 1.77 MB
Installationsanzahl 155
Aktuelle Version 2.0.2
Letztes Update 2022-05-19
Veröffentlichungsdatum 2017-09-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://miigle.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.miigle.com
Hilfeseite URL https://miigle.com/contact/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miigle+",
    "description": "Automatically discover social good, eco and vegan-friendly brands when shopping online.",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/toolbar-icon\/toolbar-icon=inactive, number=Default.png",
            "128": "images\/toolbar-icon\/toolbar-icon=inactive, number=Default.png"
        }
    },
    "icons": {
        "64": "\/images\/miigle--64.png",
        "128": "\/images\/miigle--128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/miigle.com\/",
        "*:\/\/*\/*"
    ]
}