Alerts Smart Monitor
Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be…
¿Qué es Alerts Smart Monitor?
Alerts Smart Monitor es una extensión de Chrome desarrollada por maiki.sneakers, y su función principal es "Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Alerts Smart Monitor
Descarga archivos de extensión Alerts Smart Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be able to get updates and notifications whenever a new item is released. Simply go to the item you want to monitor, click on an area in the page you want to monitor, and let the Smart Monitor go to work! With a simple to use UI, as well as beautiful animations, Alerts Smart Monitor will be your one last stop for all monitoring related needs.
Información Básica de la Extensión
Nombre | Alerts Smart Monitor |
ID | loamnabeblaighkhcaadhfocnmfkmnle |
URL Oficial | https://chromewebstore.google.com/detail/alerts-smart-monitor/loamnabeblaighkhcaadhfocnmfkmnle |
Descripción | Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be… |
Tamaño del Archivo | 229 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.1.2 |
Última Actualización | 2021-04-22 |
Fecha de Publicación | 2021-01-18 |
Desarrollador | maiki.sneakers |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://getalerts.io/ |
URL de la Página de Política de Privacidad | https://www.resellon.io/tos |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alerts Smart Monitor", "manifest_version": 2, "version": "1.1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/js\/content_scripts\/monitor.js" ], "css": [ ".\/css\/pageSelectPrepareMonitor.css", ".\/css\/libraries\/animate.min.css" ] } ], "icons": { "16": ".\/assets\/icons\/smartmonitor-16.png", "32": ".\/assets\/icons\/smartmonitor-32.png", "48": ".\/assets\/icons\/smartmonitor-48.png", "128": ".\/assets\/icons\/smartmonitor-128.png" }, "background": { "scripts": [ ".\/js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/assets\/icons\/smartmonitor-16.png", "32": ".\/assets\/icons\/smartmonitor-32.png", "48": ".\/assets\/icons\/smartmonitor-48.png", "128": ".\/assets\/icons\/smartmonitor-128.png" } }, "options_page": "options.html", "web_accessible_resources": [ "assets\/cursor\/resellon-select-cursor.png" ], "permissions": [ "storage", "notifications" ] } |