Nexweave - Website Personalization

Personalize websites on the go using URL parameters

O que é Nexweave - Website Personalization?

Nexweave - Website Personalization é uma extensão do Chrome desenvolvida por Nexweave, e sua principal característica é "Personalize websites on the go using URL parameters".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nexweave - Website Personalization

Baixe arquivos de extensão Nexweave - Website Personalization no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Nexweave Website Personalization helps you to personalize your website using our on spot editor. You can use campaigns created from Nexweave to use in your website. These personalized websites can then be delivered with a simple script tag. Add the personalization variables using URL parameters and give your users a personalized and increasingly engaging website experience.                    

Informações Básicas da Extensão

Nome Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
URL Oficial https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Descrição Personalize websites on the go using URL parameters
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 560
Versão Atual 1.0.11
Última Atualização 2023-04-15
Data de Publicação 2021-04-08
Desenvolvedor Nexweave
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nexweave.com/
URL da Página de Ajuda https://nexweave.com/
URL da Página de Política de Privacidade https://www.nexweave.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nexweave - Website Personalization",
    "description": "Personalize websites on the go using URL parameters",
    "version": "1.0.11",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "nexweave-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "\/views\/*"
    ]
}