Page Monitor Pro
Stays in the background and monitors web pages for changes.
Page Monitor Pro क्या है?
Page Monitor Pro My Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stays in the background and monitors web pages for changes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Monitor Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With the free Pagemonitor Pro you can monitor any website content changes, like price monitor on shops or any other element on websites. Page Monitor Pro is an open source fork of the original open source Page Monitor, which is now available under MIT License. We removed any tracking code and bloat by visualping and keep this extension maintained and under development. Page Monitor Pro is a free monitoring and website change detector to send you website change alerts. OPEN SOURCE (https://opensource.org/licenses/MIT) New features and design is currently in progress. Want more? Extensions: Distill / Sitedelta Web Content Monitor and Refresh Monkey and Wachete + Update Scanner for Firefox. Software: Versionista, ChangeDetection, Alertbox and OnWebChange
एक्सटेंशन की मूल जानकारी
नाम | Page Monitor Pro |
ID | aggebfalegkdaebfdldpaolhmlalbakp |
आधिकारिक URL | https://chromewebstore.google.com/detail/page-monitor-pro/aggebfalegkdaebfdldpaolhmlalbakp |
विवरण | Stays in the background and monitors web pages for changes. |
फ़ाइल का आकार | 330 KB |
स्थापना संख्या | 6,463 |
वर्तमान संस्करण | 3.4.3 |
अंतिम अपडेट | 2019-04-16 |
प्रकाशन तिथि | 2019-04-15 |
रेटिंग | 2.98/5 कुल 52 रेटिंग्स |
डेवलपर | My Extensions |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,tr,it,pt-BR,sr,ru,uk,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "3.4.3", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/extension_icon.png", "48": "img\/extension_icon.png", "32": "img\/extension_icon.png", "16": "img\/browser_icon.png" }, "background": { "persistent": true, "page": "background.htm" }, "options_page": "options.htm", "browser_action": { "default_icon": "img\/browser_icon.png", "default_title": "__MSG_name__", "default_popup": "popup.htm" }, "permissions": [ "tabs", "*:\/\/*\/", "chrome:\/\/favicon\/", "unlimitedStorage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |