Amote Extension

This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work

Apa itu Amote Extension?

Amote Extension adalah ekstensi Chrome yang dikembangkan oleh Amote - Shopify Partner, dan fitur utamanya adalah "This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Amote Extension

Unduh file ekstensi Amote Extension 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

                        💎 Amote: Elevate Your Shopify Store with Unmatched Customer Engagement

Amote is not just a Chrome extension; it's your secret weapon to transform ordinary shopping experiences into extraordinary memories. Packed with innovative features, Amote ensures your Shopify store stands out by focusing on customer satisfaction, inspirational content, and building trust.

💡 Key Features:

✔ Rewarding Customer Experience: Turn your customers into loyal advocates with Amote's captivating rewards system. Attract and retain shoppers by offering enticing rewards that enhance their overall journey, making each visit to your store a truly memorable experience.

✔ AI-Generated Inspiration: Infuse your online store with positivity and inspiration using AI-generated quotes from ChatGPT. Amote keeps your content fresh and engaging, creating an uplifting atmosphere that resonates with your audience and keeps them coming back for more.

✔ Trust-Building Information: Build trust effortlessly with Amote's optimization of shipping and refund details. Clear and concise information instills confidence in your customers, fostering a secure feeling that encourages them to complete their purchases with peace of mind.

✔ Seamless Shopify Integration: Amote seamlessly integrates with all Shopify themes, Shopify Theme App Extension, Shopify Checkout Extensibility, and Automatic Discounts. No matter your setup, Amote effortlessly blends in, ensuring a consistent and polished appearance throughout your Shopify store.

✔ Free and Accessible: Elevate your store's performance without breaking the bank – Amote is completely free! Enjoy all the powerful features this extension has to offer without worrying about additional costs. Delight your customers and boost your sales with Amote, completely free of charge.

✔ Dedicated Support: Need assistance or have questions about Amote? Our support team is always ready to help. Reach out to us at [email protected], and our dedicated support specialists will ensure you have a seamless experience with Amote.

Please note that for Amote to work optimally, it must be paired with the Amote app on Shopify. Unlock the full potential of this extension by integrating it with the Amote app on your Shopify store.

Elevate your customer engagement, infuse positivity, and build trust effortlessly with Amote. Download Amote now and take your Shopify store to new heights!                    

Informasi Dasar Ekstensi

Nama Amote Extension Amote Extension
ID ljmjpiioolkagkbfaddbbglidjjkjnme
URL Resmi https://chromewebstore.google.com/detail/amote-extension/ljmjpiioolkagkbfaddbbglidjjkjnme
Deskripsi This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work
Ukuran File 231 KB
Jumlah Instalasi 65
Versi Saat Ini 1.6
Terakhir Diperbarui 2024-01-05
Tanggal Publikasi 2022-12-21
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Amote - Shopify Partner
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://amote.app
URL Halaman Bantuan https://amote.freshdesk.com/support/home
URL Halaman Kebijakan Privasi https://amote.app/pages/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "description": "This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work",
    "version": "1.6",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.shopify.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.aliexpress.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myshopify.com\/*",
            "https:\/\/*.amote.app\/*"
        ]
    },
    "manifest_version": 3,
    "name": "Amote Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkmuQwtAi0lAFiMCU\/InBUt7YwmN52ychhKhWSJ8UOH70Z0TdwV35k6h8LBP4BzQthLAtyY9tMWSXoOx0mcKKcR7UFxkSsnEE6hDeAhAtau8B\/NigQw9eRs4SGfA2CY4ZgdZmIfbmrJ9vR+pJyqGjNJbtH0jWk8C66opG2gTXuA8wf\/NQCpJiUNRK1JcAET6lAP+M8\/xGJ6KU+klc\/TwXBp5iIqj+zUY3P7Hzuc74VDy8bsVM\/Lm46RFvZR5Ir+Bui7oy2YNbiLZgBNshZizbglxYVQ5Ho5sbzlaqXBcx9KE\/ISMpahtrPAuZe0CN5MG5m4TG2awnr5fjzbsyiqO+3wIDAQAB",
    "icons": {
        "16": "icons\/ext_icon_16.png",
        "48": "icons\/ext_icon_48.png",
        "128": "icons\/ext_icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/ext_icon_128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ]
}