Amote Extension

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

Hvad er Amote Extension?

Amote Extension er en Chrome-udvidelse udviklet af Amote - Shopify Partner, og dens hovedfunktion er "This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amote Extension-udvidelses-CRX-fil

Download Amote Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        💎 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!                    

Grundlæggende oplysninger om udvidelsen

Navn Amote Extension Amote Extension
ID ljmjpiioolkagkbfaddbbglidjjkjnme
Officiel URL https://chromewebstore.google.com/detail/amote-extension/ljmjpiioolkagkbfaddbbglidjjkjnme
Beskrivelse This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work
Filstørrelse 231 KB
Antal Installationer 65
Nuværende Version 1.6
Senest Opdateret 2024-01-05
Udgivelsesdato 2022-12-21
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Amote - Shopify Partner
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://amote.app
Hjælpeside-URL https://amote.freshdesk.com/support/home
URL til Fortrolighedspolitik Side https://amote.app/pages/privacy-policy
Understøttede Sprog 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"
    ]
}