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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |