VueX

VueX helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story.

VueX란 무엇입니까?

VueX은(는) developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VueX helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story."입니다.

확장 프로그램 스크린샷

screenshot

VueX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It uses historical and real-time data to build customer profiles for every individual shopper journey, based on their preferences for a wide range of attributes.

VueX
HELPS YOU MAKE A CONNECTION
Use the power of A.I. to understand every individual shopper; show them a version of your site that they will keep coming back to.

UNDERSTANDS YOUR MISSION
Go beyond transaction and build customer experiences so remarkable that they become the brand story

KNOWS YOU INSIDE OUT
We don’t just use data provided (we’re no CRM!). We make it better.

MAKES YOU LOOK GOOD
With Augmented Intelligence making the right decisions become easy; test business strategies in controlled environments before taking them live.

GOT YOUR BACK
Easy to use, no coding needed. And we pride ourselves on the great customer support we offer all our retail partners across the globe.

Why do you need to install this plugin?
With this plugin you can preview and interact with your website real time to publish a variety of recommendations.                    

확장 프로그램 기본 정보

이름 VueX VueX
ID pdhfkciemenekahpcoimfljmdifjllon
공식 URL https://chromewebstore.google.com/detail/vuex/pdhfkciemenekahpcoimfljmdifjllon
설명 VueX helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story.
파일 크기 14.97 KB
설치 횟수 3,398
현재 버전 1.0.7
최근 업데이트 2021-09-21
출시 날짜 2020-10-09
개발자 developers
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VueX",
    "description": "VueX helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story.",
    "version": "1.0.7",
    "page_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "frame-content.js",
        "frame-content.css"
    ]
}