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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maiki.sneakers และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resell.on Smart Monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Resell.on Smart Monitor Resell.on Smart Monitor
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
อีเมล [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"
    ]
}