Version Check
Check what version of web software is powering a web page.
Version Check क्या है?
Version Check White Fir Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check what version of web software is powering a web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Version Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version Check determines if web pages are powered by web software, what version they are running, and indicates if the version in use is outdated. It includes checks for: • Drupal • Joomla • Magento (Community Edition only) • MediaWiki • Moodle • OpenCart • phpMyAdmin • PrestaShop • Revive Adserver (formerly OpenX) • WordPress • Zen Cart Try it out for free for 30 days. We also offer separate extensions if you just want to check for one of the supported software products. Recent Changes 1.1.26: Updated for release of Joomla 3.6.5. 1.1.25: Updated for release of Drupal 7.53 and 8.2.4. 1.1.24: Updated for release of WordPress 4.7.
एक्सटेंशन की मूल जानकारी
नाम | Version Check |
ID | eihipkpiiekmobooapflpdhpkpjohahe |
आधिकारिक URL | https://chromewebstore.google.com/detail/version-check/eihipkpiiekmobooapflpdhpkpjohahe |
विवरण | Check what version of web software is powering a web page. |
फ़ाइल का आकार | 58.65 KB |
स्थापना संख्या | 398 |
वर्तमान संस्करण | 1.1.26 |
अंतिम अपडेट | 2017-01-22 |
प्रकाशन तिथि | 2017-01-22 |
रेटिंग | 2.30/5 कुल 10 रेटिंग्स |
डेवलपर | White Fir Design |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.whitefirdesign.com/version-check?pk_campaign=VC-Chrome |
सहायता पृष्ठ URL | http://www.whitefirdesign.com/version-check |
गोपनीयता नीति पृष्ठ URL | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
समर्थित भाषाएँ | de,en,fr,nl,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Version Check", "description": "__MSG_extension_description__", "version": "1.1.26", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Version Check" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.whitefirdesign.com\/version-check?pk_campaign=VC-Chrome", "offline_enabled": true, "permissions": [ "identity", "management", "storage", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "99891619034-drs08ef2dd8gft6k827nhr3brll22ffn.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |