Blox

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

Blox क्या है?

Blox developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blox helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story."।

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

screenshot

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

crx प्रारूप में Blox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.

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

एक्सटेंशन की मूल जानकारी

नाम Blox Blox
ID kanljopefhobogcpnaihdegbahfffapa
आधिकारिक URL https://chromewebstore.google.com/detail/blox/kanljopefhobogcpnaihdegbahfffapa
विवरण Blox helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story.
फ़ाइल का आकार 21.52 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-03-23
प्रकाशन तिथि 2022-08-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर developers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blox",
    "description": "Blox helps eCommerce teams build online stores and experiences that are so remarkable, they become the brand story.",
    "version": "1.0.4",
    "action": {
        "default_icon": "icons\/blox128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/blox128.png",
        "48": "icons\/blox48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "declarativeNetRequest",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame-content.js",
                "frame-content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "responseRules",
                "enabled": true,
                "path": ".\/rules\/responseRules.json"
            },
            {
                "id": "requestRules",
                "enabled": false,
                "path": ".\/rules\/requestRules.json"
            }
        ]
    }
}