magic.al

The extension for magic.al

Apa itu magic.al?

magic.al adalah ekstensi Chrome yang dikembangkan oleh https://www.magic.al, dan fitur utamanya adalah "The extension for magic.al".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi magic.al

Unduh file ekstensi magic.al dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama magic.al magic.al
ID cjdegadilnjddoadfnnnckoebfnfglmc
URL Resmi https://chromewebstore.google.com/detail/magical/cjdegadilnjddoadfnnnckoebfnfglmc
Deskripsi The extension for magic.al
Ukuran File 427 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0.14
Terakhir Diperbarui 2024-02-25
Tanggal Publikasi 2023-09-03
Penilaian 4.92/5 Total 13 Penilaian
Pengembang https://www.magic.al
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://magic.al/
URL Halaman Kebijakan Privasi https://www.magic.al/static/policy.html?4.1-1570769264807
Bahasa yang Didukung 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"
        ]
    }
}