Convercy

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

Wat is Convercy?

Convercy is een Chrome-extensie ontwikkeld door Convercy, en de belangrijkste functie is "Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Convercy

Download Convercy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Convercy Convercy
ID cpfnmdjhcbphebpglnolghifplajbgcc
Officiële URL https://chromewebstore.google.com/detail/convercy/cpfnmdjhcbphebpglnolghifplajbgcc
Beschrijving Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app
Bestandsgrootte 78.7 KB
Aantal Installaties 1,233
Huidige Versie 1.5
Laatst Bijgewerkt 2024-02-24
Publicatiedatum 2023-05-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Convercy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://convercy.app/
URL van de Privacybeleid Pagina https://convercy.app/pages/privacy-policy
Ondersteunde Talen 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"
    ]
}