Linx Impulse Plugin

Make your validations at Linx Impulse easier

Hvad er Linx Impulse Plugin?

Linx Impulse Plugin er en Chrome-udvidelse udviklet af performance.developers, og dens hovedfunktion er "Make your validations at Linx Impulse easier".

Udvidelsesskærmbilleder

screenshot

Download Linx Impulse Plugin-udvidelses-CRX-fil

Download Linx Impulse Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension helps the developer and Linx Impulse client's to validate it's solutions before the deploy.

The features are:

- Onsite divs highlighting
- Onsite testing (by showing all carousels available and flling it with dummy recommendations)
- Suite testing (setting the development environment)
- Client and Product verification at Linx Impulse dashboard.                    

Grundlæggende oplysninger om udvidelsen

Navn Linx Impulse Plugin Linx Impulse Plugin
ID kiankjflfhcaconinjnidljepcnbonob
Officiel URL https://chromewebstore.google.com/detail/linx-impulse-plugin/kiankjflfhcaconinjnidljepcnbonob
Beskrivelse Make your validations at Linx Impulse easier
Filstørrelse 1.21 MB
Antal Installationer 173
Nuværende Version 0.1.17
Senest Opdateret 2023-11-01
Udgivelsesdato 2023-06-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler performance.developers
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linx Impulse Plugin",
    "description": "Make your validations at Linx Impulse easier",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "scripting",
        "activeTab",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "css": [
                "impulse_styles\/impulse.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "version": "0.1.17"
}