VueX

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

VueXคืออะไร?

VueX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developers และคุณลักษณะหลักของมันคือ "VueX helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VueX

ดาวน์โหลดไฟล์ส่วนขยาย VueX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}