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…
O que é Alerts Smart Monitor?
Alerts Smart Monitor é uma extensão do Chrome desenvolvida por maiki.sneakers, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Alerts Smart Monitor
Baixe arquivos de extensão Alerts Smart Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Alerts Smart Monitor |
ID | loamnabeblaighkhcaadhfocnmfkmnle |
URL Oficial | https://chromewebstore.google.com/detail/alerts-smart-monitor/loamnabeblaighkhcaadhfocnmfkmnle |
Descrição | 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… |
Tamanho do Arquivo | 229 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2021-01-18 |
Desenvolvedor | maiki.sneakers |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://getalerts.io/ |
URL da Página de Política de Privacidade | https://www.resellon.io/tos |
Idiomas Suportados | 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" ] } |