Amote Extension

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

What is Amote Extension?

Amote Extension is a Chrome extension developed by Amote - Shopify Partner, and its main feature is "This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amote Extension Extension CRX File

Download Amote Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Amote Extension Amote Extension
ID ljmjpiioolkagkbfaddbbglidjjkjnme
Official URL https://chromewebstore.google.com/detail/amote-extension/ljmjpiioolkagkbfaddbbglidjjkjnme
Description This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work
File Size 231 KB
Installation Count 65
Current Version 1.6
Last Updated 2024-01-05
Publish Date 2022-12-21
Rating 5.00/5 Total 7 Ratings
Developer Amote - Shopify Partner
Email [email protected]
Payment Type free
Extension Website https://amote.app
Help Page URL https://amote.freshdesk.com/support/home
Privacy Policy Page URL https://amote.app/pages/privacy-policy
Supported Languages 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"
    ]
}