ConsultantAlerts Chrome Plugin - Lite
This plugin allows LLR users to see available inventory on Build
Was ist ConsultantAlerts Chrome Plugin - Lite?
ConsultantAlerts Chrome Plugin - Lite ist eine Chrome-Erweiterung, die von https://www.consultantalerts.com entwickelt wurde, und ihr Hauptmerkmal ist "This plugin allows LLR users to see available inventory on Build".
Erweiterungsscreenshots
ConsultantAlerts Chrome Plugin - Lite-Erweiterungs-CRX-Datei herunterladen
Laden Sie ConsultantAlerts Chrome Plugin - Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. *******
Grundlegende Informationen zur Erweiterung
Name | ConsultantAlerts Chrome Plugin - Lite |
ID | gkpnofdaeloociijmjmhooeplngoapij |
Offizielle URL | https://chromewebstore.google.com/detail/consultantalerts-chrome-p/gkpnofdaeloociijmjmhooeplngoapij |
Beschreibung | This plugin allows LLR users to see available inventory on Build |
Dateigröße | 226 KB |
Installationsanzahl | 164 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2023-05-13 |
Veröffentlichungsdatum | 2019-03-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.consultantalerts.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |