Resell.on Smart Monitor
Need to get a notification when a certain item comes in stock or is release? Look no further. With Resell.on Smart Monitor, you'll…
Resell.on Smart Monitorとは何ですか?
Resell.on Smart Monitorはmaiki.sneakersによって開発されたChromeの拡張機能で、その主な機能は「Need to get a notification when a certain item comes in stock or is release? Look no further. With Resell.on Smart Monitor, you'll…」です。
拡張機能のスクリーンショット
Resell.on Smart Monitor拡張機能のCRXファイルをダウンロード
Resell.on 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 Resell.on 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, Resell.on Smart Monitor will be your one last stop for all monitoring related needs.
拡張機能の基本情報
名前 | |
ID | dinhdclobpokkaffgbiopecljelggiph |
公式URL | https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph |
説明 | Need to get a notification when a certain item comes in stock or is release? Look no further. With Resell.on Smart Monitor, you'll… |
ファイルサイズ | 226 KB |
インストール数 | 65 |
現在のバージョン | 1.0.5 |
最終更新日 | 2021-03-17 |
公開日 | 2020-12-19 |
開発者 | maiki.sneakers |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.resellon.io/ |
プライバシーポリシーページのURL | https://www.resellon.io/tos |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resell.on Smart Monitor", "manifest_version": 2, "version": "1.0.5", "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" ] } |