ConsultantAlerts Chrome Plugin - Lite

This plugin allows LLR users to see available inventory on Build

ConsultantAlerts Chrome Plugin - Lite là gì?

ConsultantAlerts Chrome Plugin - Lite là một tiện ích mở rộng Chrome được phát triển bởi https://www.consultantalerts.com, và tính năng chính của nó là "This plugin allows LLR users to see available inventory on Build".

Ả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 ConsultantAlerts Chrome Plugin - Lite

Tải xuống các tệp mở rộng ConsultantAlerts Chrome Plugin - Lite 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

                        Consultant Alert subscribers have raved about the added benefit our Google Chrome Plugin brings by showing the Build quantity available. 

***We're making the plugin available as a solo product, no monthly subscription required. ***

If your just curious to see how many Lola's are in stock or trying to decide how fast other items are selling, this extension makes it easy!

*******
IMPORTANT - LLR INC may change their systems at any time. Consultant Alerts LLC is not liable for changes made by LLR impacting the functionality of the Google Chrome Extension. Our team strives to ensure our products and services remain functional however circumstances may arise that are outside of our control.
*******                    

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

Tên ConsultantAlerts Chrome Plugin - Lite ConsultantAlerts Chrome Plugin - Lite
ID gkpnofdaeloociijmjmhooeplngoapij
URL Chính Thức https://chromewebstore.google.com/detail/consultantalerts-chrome-p/gkpnofdaeloociijmjmhooeplngoapij
Mô tả This plugin allows LLR users to see available inventory on Build
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-05-13
Ngày Phát Hành 2019-03-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.consultantalerts.com
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",
    "name": "ConsultantAlerts Chrome Plugin - Lite",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "This plugin allows LLR users to see available inventory on Build",
    "homepage_url": "http:\/\/www.consultantalerts.com",
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/moment.js",
            "js\/jquery\/jquery.min.js",
            "js\/store.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/default19.png",
        "default_title": "Consultant Alerts Chrome Plugin - Lite"
    },
    "permissions": [
        "https:\/\/build.mylularoe.com\/store\/products",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/build.mylularoe.com\/store\/products"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}