Linx Impulse Plugin

Make your validations at Linx Impulse easier

Was ist Linx Impulse Plugin?

Linx Impulse Plugin ist eine Chrome-Erweiterung, die von performance.developers entwickelt wurde, und ihr Hauptmerkmal ist "Make your validations at Linx Impulse easier".

Erweiterungsscreenshots

screenshot

Linx Impulse Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linx Impulse Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Linx Impulse Plugin Linx Impulse Plugin
ID kiankjflfhcaconinjnidljepcnbonob
Offizielle URL https://chromewebstore.google.com/detail/linx-impulse-plugin/kiankjflfhcaconinjnidljepcnbonob
Beschreibung Make your validations at Linx Impulse easier
Dateigröße 1.21 MB
Installationsanzahl 173
Aktuelle Version 0.1.17
Letztes Update 2023-11-01
Veröffentlichungsdatum 2023-06-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler performance.developers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}