Convercy

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

Apa itu Convercy?

Convercy adalah ekstensi Chrome yang dikembangkan oleh Convercy, dan fitur utamanya adalah "Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Convercy

Unduh file ekstensi Convercy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Convercy Convercy
ID cpfnmdjhcbphebpglnolghifplajbgcc
URL Resmi https://chromewebstore.google.com/detail/convercy/cpfnmdjhcbphebpglnolghifplajbgcc
Deskripsi Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app
Ukuran File 78.7 KB
Jumlah Instalasi 1,233
Versi Saat Ini 1.5
Terakhir Diperbarui 2024-02-24
Tanggal Publikasi 2023-05-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Convercy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://convercy.app/
URL Halaman Kebijakan Privasi https://convercy.app/pages/privacy-policy
Bahasa yang Didukung 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"
    ]
}