Linx Impulse Plugin

Make your validations at Linx Impulse easier

Linx Impulse Plugin là gì?

Linx Impulse Plugin là một tiện ích mở rộng Chrome được phát triển bởi performance.developers, và tính năng chính của nó là "Make your validations at Linx Impulse easier".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linx Impulse Plugin

Tải xuống các tệp mở rộng Linx Impulse Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linx Impulse Plugin Linx Impulse Plugin
ID kiankjflfhcaconinjnidljepcnbonob
URL Chính Thức https://chromewebstore.google.com/detail/linx-impulse-plugin/kiankjflfhcaconinjnidljepcnbonob
Mô tả Make your validations at Linx Impulse easier
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 0.1.17
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2023-06-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển performance.developers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}