Sken.io Web Monitor
Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.
Sken.io Web Monitor क्या है?
Sken.io Web Monitor https://sken.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sken.io Web Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sken.io chrome extension is the most advanced tool for monitoring changes on websites. Pick the element on any website and set times when sken.io checks if there has been any change. When a change occurs Sken.io will notify you. Connect extenion with your Sken.io account and manage your monitoring jobs even easier. All checks run in cloud and are fully synchronized across all your devices. Get email notification, browser notification or even mobile notification(with our mobile app) when any change occurs. Sken.io is used for monitoring job opportunities, sales opportunities, price changes, news, events availability, products availability, releases, competitors and so on. You must first register at https://sken.io to sign in to the extension. Website url: https://sken.io Contact us: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Sken.io Web Monitor |
ID | hpmgffjoemfiioplaalgbipfigadkejf |
आधिकारिक URL | https://chromewebstore.google.com/detail/skenio-web-monitor/hpmgffjoemfiioplaalgbipfigadkejf |
विवरण | Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it. |
फ़ाइल का आकार | 2.09 MB |
स्थापना संख्या | 1,216 |
वर्तमान संस्करण | 1.29 |
अंतिम अपडेट | 2022-03-08 |
प्रकाशन तिथि | 2020-02-22 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://sken.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sken.io |
गोपनीयता नीति पृष्ठ URL | https://sken.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sken.io Web Monitor", "short_name": "Web monitor", "description": "Sken.io Chrome Extension. Ultimate solutions for tracking changes. You'll love it.", "version": "1.29", "manifest_version": 2, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "browser_action": { "default_icon": "img\/icon48.png" }, "background": { "scripts": [ "assets\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/jquery.js" ], "css": [ "app.css" ], "all_frames": false } ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "web_accessible_resources": [ "iframe.html", "timeSchedulerModal.html", "img\/icon16.png", "img\/done.svg", "img\/expand.svg", "img\/cancel_white.svg" ], "permissions": [ "background", "gcm", "activeTab", "tabs", "identity", "storage", "notifications", "https:\/\/sken.io\/*", "https:\/\/*.firebaseapp.com\/*" ] } |