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
官方網址 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"
            ]
        }
    ]
}