Kotter Hardware Info

For retrieving user hardware information

Co to jest Kotter Hardware Info?

Kotter Hardware Info to rozszerzenie Chrome opracowane przez http://speedtest.kotter.net, a jego główną funkcją jest „For retrieving user hardware information”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kotter Hardware Info

Pobierz pliki rozszerzeń Kotter Hardware Info 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

                        For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kotter Hardware Info Kotter Hardware Info
ID peioeobmpgglbldfgpbbecbpkmgfiecb
Oficjalny URL https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb
Opis For retrieving user hardware information
Rozmiar pliku 296 KB
Liczba instalacji 110
Aktualna Wersja 1.21
Ostatnia Aktualizacja 2019-03-21
Data Publikacji 2019-03-21
Deweloper http://speedtest.kotter.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.kotter.net
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kotter Hardware Info",
    "description": "For retrieving user hardware information",
    "version": "1.21",
    "browser_action": {
        "default_icon": "settings-icon.png",
        "default_popup": "popup.html",
        "default_title": "Kotter Hardware Info"
    },
    "icons": {
        "16": "settings-icon.png",
        "48": "settings-icon.png",
        "128": "settings-icon.png"
    },
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.storage"
    ]
}