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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}