Version Check for CS-Cart

Check what version of CS-Cart a web page is powered by.

What is Version Check for CS-Cart?

Version Check for CS-Cart is a Chrome extension developed by https://www.hungryweb.net, and its main feature is "Check what version of CS-Cart a web page is powered by.".

Extension Screenshots

screenshot

Download Version Check for CS-Cart Extension CRX File

Download Version Check for CS-Cart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Check what version of CS-Cart a web page is powered by.
Version Check for CS-Cart determines if web pages are powered by CS-Cart, what version they are running, and indicates if the version in use is outdated.

If you run across a website that is not properly detected as running CS-Cart please let us know through the Support tab, so that we can improve detection in future versions.                    

Extension Basic Information

Name Version Check for CS-Cart Version Check for CS-Cart
ID jimodmfahnoidiigbdlimmapnopmhpeb
Official URL https://chromewebstore.google.com/detail/version-check-for-cs-cart/jimodmfahnoidiigbdlimmapnopmhpeb
Description Check what version of CS-Cart a web page is powered by.
File Size 7.71 KB
Installation Count 111
Current Version 0.3
Last Updated 2019-02-08
Publish Date 2019-02-07
Developer https://www.hungryweb.net
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "version-check-for-cs-cart",
    "version": "0.3",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "name": "__MSG_appName__",
        "default_icon": {
            "128": "assets\/images\/icon-off.png"
        },
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/images\/icon.png"
    },
    "permissions": [
        "https:\/\/api.hungryweb.net\/*\/",
        "tabs"
    ],
    "minimum_chrome_version": "9"
}