Convercy

Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app

Convercyとは何ですか?

ConvercyはConvercyによって開発されたChromeの拡張機能で、その主な機能は「Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Convercy拡張機能のCRXファイルをダウンロード

Convercy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🌎 Convercy: Your Currency and Language Boost for Shopify

Convercy, the free Chrome extension, turbocharges your Shopify store's currency conversion and language translation. Sync settings effortlessly and integrate seamlessly with all Shopify themes. 

🌟 Key Features:

✔ Swift Currency Conversion & Language Translation: Convercy accelerates currency conversion and language translation processes, helping you engage a global audience in an instant.

✔ Seamless Settings Sync: Sync settings effortlessly between Convercy and your Shopify system for a streamlined management experience.

✔ Universal Shopify Theme Integration: Enjoy a cohesive shopping experience with seamless integration into all Shopify themes.

✔ Expert Support: Need assistance? Reach out to us at [email protected] for dedicated support and guidance.

Enhance your Shopify store with Convercy, your essential currency and language partner. Unlock global potential and streamline your operations. Remember, Convercy Chrome extension requires the Convercy app on Shopify to work at its best. Download Convercy now to elevate your e-commerce business.                    

拡張機能の基本情報

名前 Convercy Convercy
ID cpfnmdjhcbphebpglnolghifplajbgcc
公式URL https://chromewebstore.google.com/detail/convercy/cpfnmdjhcbphebpglnolghifplajbgcc
説明 Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app
ファイルサイズ 78.7 KB
インストール数 1,233
現在のバージョン 1.5
最終更新日 2024-02-24
公開日 2023-05-09
評価 5.00/5 合計 3 レビュー
開発者 Convercy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://convercy.app/
プライバシーポリシーページのURL https://convercy.app/pages/privacy-policy
対応言語 en
manifest.json
{
    "description": "Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app",
    "version": "1.5",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "*:\/\/*.shopify.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.aliexpress.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myshopify.com\/*",
            "https:\/\/*.convercy.app\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/logo16.png"
    },
    "icons": {
        "16": ".\/logo16.png",
        "128": ".\/logo128.png"
    },
    "manifest_version": 3,
    "name": "Convercy",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ]
}