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ファイルをダウンロード

ConsultantAlerts Chrome Plugin - Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}