Amote Extension

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

什么是Amote Extension?

Amote Extension是由Amote - Shopify Partner开发的Chrome扩展程序,该扩展的主要功能是“This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Amote Extension扩展crx文件

下载Amote Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Amote Extension Amote Extension
ID ljmjpiioolkagkbfaddbbglidjjkjnme
官方URL https://chromewebstore.google.com/detail/amote-extension/ljmjpiioolkagkbfaddbbglidjjkjnme
简介 This extension is a part of the Amote Shopify app, so its functionalities will require the app installed to fully work
文件大小 231 KB
安装次数 65
当前版本 1.6
更新时间 2024-01-05
上架时间 2022-12-21
评分 5.00/5 共7次评分
开发者 Amote - Shopify Partner
电子邮箱 [email protected]
付费类型 free
扩展官网 https://amote.app
帮助页面URL https://amote.freshdesk.com/support/home
隐私政策页面URL https://amote.app/pages/privacy-policy
支持的语言 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"
    ]
}