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…

Apa itu Resell.on Smart Monitor?

Resell.on Smart Monitor adalah ekstensi Chrome yang dikembangkan oleh maiki.sneakers, dan fitur utamanya adalah "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…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Resell.on Smart Monitor

Unduh file ekstensi Resell.on Smart Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Resell.on Smart Monitor Resell.on Smart Monitor
ID dinhdclobpokkaffgbiopecljelggiph
URL Resmi https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph
Deskripsi 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…
Ukuran File 226 KB
Jumlah Instalasi 65
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2021-03-17
Tanggal Publikasi 2020-12-19
Pengembang maiki.sneakers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.resellon.io/
URL Halaman Kebijakan Privasi https://www.resellon.io/tos
Bahasa yang Didukung 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"
    ]
}