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 هو إضافة Chrome تم تطويرها بواسطة maiki.sneakers، والميزة الرئيسية لها هي "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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alerts Smart Monitor
قم بتنزيل ملفات الامتداد Alerts Smart Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |