Version Check for CS-Cart
Check what version of CS-Cart a web page is powered by.
Co to jest Version Check for CS-Cart?
Version Check for CS-Cart to rozszerzenie Chrome opracowane przez https://www.hungryweb.net, a jego główną funkcją jest „Check what version of CS-Cart a web page is powered by.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Version Check for CS-Cart
Pobierz pliki rozszerzeń Version Check for CS-Cart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jimodmfahnoidiigbdlimmapnopmhpeb |
| Oficjalny URL | https://chromewebstore.google.com/detail/version-check-for-cs-cart/jimodmfahnoidiigbdlimmapnopmhpeb |
| Opis | Check what version of CS-Cart a web page is powered by. |
| Rozmiar pliku | 7.71 KB |
| Liczba instalacji | 111 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2019-02-08 |
| Data Publikacji | 2019-02-07 |
| Deweloper | https://www.hungryweb.net |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |