WebDataStats — CMS Сhecker
Easy and fast site engine identification.
Vad är WebDataStats — CMS Сhecker?
WebDataStats — CMS Сhecker är en Chrome-tillägg utvecklad av https://webdatastats.com, och dess huvudfunktion är "Easy and fast site engine identification.".
Tilläggsskärmbilder
Ladda ner WebDataStats — CMS Сhecker-förlängningens CRX-fil
Ladda ner WebDataStats — CMS Сhecker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Find out what engine a site is built with straight from your Google Chrome toolbar. A WebDataStats extension will help you detect the site CMS. How it works: 1. Enter a website. 2. Click on the WebDataStats icon on the toolbar. 3. Wait for the result. 4. Click on the CMS name to visit its official site. 5. The result will be kept until the site is refreshed.
Grundläggande Information om Tillägg
Namn | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
Officiell webbadress | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Beskrivning | Easy and fast site engine identification. |
Filstorlek | 50.82 KB |
Antal Installationer | 1,087 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-11-19 |
Publiceringsdatum | 2020-07-02 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://webdatastats.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://webdatastats.com/ |
Stödda Språk | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebDataStats \u2014 CMS \u0421hecker", "version": "1.0.0", "description": "Easy and fast site engine identification.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "WebDataStats \u2014 CMS \u0421hecker", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "popup.html" }, "author": "[email protected]", "homepage_url": "https:\/\/webdatastats.com", "permissions": [ "storage", "tabs", "https:\/\/webdatastats.com\/" ] } |