Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Vad är Nexweave - Website Personalization?

Nexweave - Website Personalization är en Chrome-tillägg utvecklad av Nexweave, och dess huvudfunktion är "Personalize websites on the go using URL parameters".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nexweave - Website Personalization-förlängningens CRX-fil

Ladda ner Nexweave - Website Personalization-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
Officiell webbadress https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Beskrivning Personalize websites on the go using URL parameters
Filstorlek 1.13 MB
Antal Installationer 560
Aktuell Version 1.0.11
Senast Uppdaterad 2023-04-15
Publiceringsdatum 2021-04-08
Utvecklare Nexweave
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nexweave.com/
Hjälpsida URL https://nexweave.com/
URL till Sekretesspolicy Sidan https://www.nexweave.com/privacy
Stödda Språk 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\/*"
    ]
}