ConsultantAlerts Chrome Plugin - Lite

This plugin allows LLR users to see available inventory on Build

ConsultantAlerts Chrome Plugin - Lite란 무엇입니까?

ConsultantAlerts Chrome Plugin - Lite은(는) https://www.consultantalerts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin allows LLR users to see available inventory on Build"입니다.

확장 프로그램 스크린샷

screenshot

ConsultantAlerts Chrome Plugin - Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
*******                    

확장 프로그램 기본 정보

이름 ConsultantAlerts Chrome Plugin - Lite ConsultantAlerts Chrome Plugin - Lite
ID gkpnofdaeloociijmjmhooeplngoapij
공식 URL https://chromewebstore.google.com/detail/consultantalerts-chrome-p/gkpnofdaeloociijmjmhooeplngoapij
설명 This plugin allows LLR users to see available inventory on Build
파일 크기 226 KB
설치 횟수 164
현재 버전 1.0.7
최근 업데이트 2023-05-13
출시 날짜 2019-03-11
평점 5.00/5 총 2 개의 평점
개발자 https://www.consultantalerts.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}