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
Eメール [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"
    ]
}