magic.al

The extension for magic.al

Co to jest magic.al?

magic.al to rozszerzenie Chrome opracowane przez https://www.magic.al, a jego główną funkcją jest „The extension for magic.al”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia magic.al

Pobierz pliki rozszerzeń magic.al w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa magic.al magic.al
ID cjdegadilnjddoadfnnnckoebfnfglmc
Oficjalny URL https://chromewebstore.google.com/detail/magical/cjdegadilnjddoadfnnnckoebfnfglmc
Opis The extension for magic.al
Rozmiar pliku 427 KB
Liczba instalacji 59
Aktualna Wersja 1.0.14
Ostatnia Aktualizacja 2024-02-25
Data Publikacji 2023-09-03
Ocena 4.92/5 Łącznie 13 Oceny
Deweloper https://www.magic.al
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://magic.al/
Adres URL Strony Polityki Prywatności https://www.magic.al/static/policy.html?4.1-1570769264807
Obsługiwane Języki 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"
        ]
    }
}