Convercy

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

Convercy क्या है?

Convercy Convercy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cultivate global growth: Convercy Chrome extension, your ally alongside the Convercy Shopify app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Convercy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🌎 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
ईमेल [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"
    ]
}