Linx Impulse Plugin

Make your validations at Linx Impulse easier

ما هو Linx Impulse Plugin؟

Linx Impulse Plugin هو إضافة Chrome تم تطويرها بواسطة performance.developers، والميزة الرئيسية لها هي "Make your validations at Linx Impulse easier".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Linx Impulse Plugin

قم بتنزيل ملفات الامتداد Linx Impulse Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}