magic.al

The extension for magic.al

Was ist magic.al?

magic.al ist eine Chrome-Erweiterung, die von https://www.magic.al entwickelt wurde, und ihr Hauptmerkmal ist "The extension for magic.al".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

magic.al-Erweiterungs-CRX-Datei herunterladen

Laden Sie magic.al-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

                        Shopping starts with a wish. Make it a magic.al one!
Enter the world of magic.al pronounced "magical", where keeping track of your favorite finds and sharing them with friends is effortlessly fun. It's your bridge between browsing on the web and revisiting them on the magic.al mobile app.
Key Features
1)	Wishlist Wonders:
	•	Add an Item to Your Wishlist: Spotted something you fancy? Click and save it to your wishlist. Revisit anytime on your magic.al mobile app.
2)	Event Reminders:
	•	Add an Item to Your Occasion: Whether it's birthdays or holidays, save items to special dates and make gifting easy.
3)	Share the Love:
	•	Suggest an Item to Your Friend: Seen something perfect for a buddy? Use magic.al to drop them a hint.
4)	Deal Spotter:
	•	Special Offers Alert: If there's a great deal on the website, you're on, magic.al will let you know. So, you can grab those savings.
Why magic.al?
Shopping online should be fun and easy. With magic.al, save your finds, plan your gifts, and share with friends, all while keeping everything handy for when you're on the go with the magic.al mobile app.
Quick Install & Setup:
Make online shopping more magical. Add the magic.al browser extension and connect seamlessly with your mobile app.                    

Grundlegende Informationen zur Erweiterung

Name magic.al magic.al
ID cjdegadilnjddoadfnnnckoebfnfglmc
Offizielle URL https://chromewebstore.google.com/detail/magical/cjdegadilnjddoadfnnnckoebfnfglmc
Beschreibung The extension for magic.al
Dateigröße 427 KB
Installationsanzahl 59
Aktuelle Version 1.0.14
Letztes Update 2024-02-25
Veröffentlichungsdatum 2023-09-03
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler https://www.magic.al
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://magic.al/
URL der Datenschutzrichtlinien-Seite https://www.magic.al/static/policy.html?4.1-1570769264807
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.14",
    "author": "hassaankhan",
    "name": "magic.al",
    "description": "The extension for magic.al",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "identity",
        "cookies",
        "activeTab",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.06af5f40.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/dev.magic.al\/",
        "http:\/\/www.magic.al\/",
        "*:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "888226418438-67hd87gfccfvfhv86dq31a4dmmii5pls.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}