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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Alerts Smart Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}