Convercy

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

Convercy là gì?

Convercy là một tiện ích mở rộng Chrome được phát triển bởi Convercy, và tính năng chính của nó là "Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convercy

Tải xuống các tệp mở rộng Convercy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🌎 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Convercy Convercy
ID cpfnmdjhcbphebpglnolghifplajbgcc
URL Chính Thức https://chromewebstore.google.com/detail/convercy/cpfnmdjhcbphebpglnolghifplajbgcc
Mô tả Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app
Kích Thước Tệp 78.7 KB
Số Lần Cài Đặt 1,233
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2023-05-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Convercy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://convercy.app/
URL Trang Chính Sách Bảo Mật https://convercy.app/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}