Version Check for CS-Cart
Check what version of CS-Cart a web page is powered by.
Cos'è Version Check for CS-Cart?
Version Check for CS-Cart è un'estensione di Chrome sviluppata da https://www.hungryweb.net, e la sua funzione principale è "Check what version of CS-Cart a web page is powered by.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Version Check for CS-Cart
Scarica i file di estensione Version Check for CS-Cart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jimodmfahnoidiigbdlimmapnopmhpeb |
| URL Ufficiale | https://chromewebstore.google.com/detail/version-check-for-cs-cart/jimodmfahnoidiigbdlimmapnopmhpeb |
| Descrizione | Check what version of CS-Cart a web page is powered by. |
| Dimensione del File | 7.71 KB |
| Conteggio Installazioni | 111 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2019-02-08 |
| Data di Pubblicazione | 2019-02-07 |
| Sviluppatore | https://www.hungryweb.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |