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…
什麼是Alerts Smart Monitor?
Alerts Smart Monitor是由maiki.sneakers開發的Chrome擴展程式,該擴展的主要功能是“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…”。
擴展截圖
下載Alerts Smart Monitor擴展crx文件
下載Alerts Smart Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Alerts Smart Monitor |
ID | loamnabeblaighkhcaadhfocnmfkmnle |
官方網址 | https://chromewebstore.google.com/detail/alerts-smart-monitor/loamnabeblaighkhcaadhfocnmfkmnle |
簡介 | 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… |
檔案大小 | 229 KB |
安裝次數 | 13 |
目前版本 | 1.1.2 |
更新時間 | 2021-04-22 |
上架時間 | 2021-01-18 |
開發者 | maiki.sneakers |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://getalerts.io/ |
隱私政策頁面URL | https://www.resellon.io/tos |
支援的語言 | 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" ] } |