Linx Impulse Plugin

Make your validations at Linx Impulse easier

Linx Impulse Plugin क्या है?

Linx Impulse Plugin performance.developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your validations at Linx Impulse easier"।

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

screenshot

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

crx प्रारूप में Linx Impulse Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

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

नाम Linx Impulse Plugin Linx Impulse Plugin
ID kiankjflfhcaconinjnidljepcnbonob
आधिकारिक URL https://chromewebstore.google.com/detail/linx-impulse-plugin/kiankjflfhcaconinjnidljepcnbonob
विवरण Make your validations at Linx Impulse easier
फ़ाइल का आकार 1.21 MB
स्थापना संख्या 173
वर्तमान संस्करण 0.1.17
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2023-06-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर performance.developers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}