magic.al

The extension for magic.al

O que é magic.al?

magic.al é uma extensão do Chrome desenvolvida por https://www.magic.al, e sua principal característica é "The extension for magic.al".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão magic.al

Baixe arquivos de extensão magic.al no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome magic.al magic.al
ID cjdegadilnjddoadfnnnckoebfnfglmc
URL Oficial https://chromewebstore.google.com/detail/magical/cjdegadilnjddoadfnnnckoebfnfglmc
Descrição The extension for magic.al
Tamanho do Arquivo 427 KB
Contagem de Instalações 59
Versão Atual 1.0.14
Última Atualização 2024-02-25
Data de Publicação 2023-09-03
Classificação 4.92/5 Total de 13 Avaliações
Desenvolvedor https://www.magic.al
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://magic.al/
URL da Página de Política de Privacidade https://www.magic.al/static/policy.html?4.1-1570769264807
Idiomas Suportados 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"
        ]
    }
}