Kotter Hardware Info
For retrieving user hardware information
Vad är Kotter Hardware Info?
Kotter Hardware Info är en Chrome-tillägg utvecklad av http://speedtest.kotter.net, och dess huvudfunktion är "For retrieving user hardware information".
Tilläggsskärmbilder
Ladda ner Kotter Hardware Info-förlängningens CRX-fil
Ladda ner Kotter Hardware Info-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
For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group. Grundläggande Information om Tillägg
| Namn | |
| ID | peioeobmpgglbldfgpbbecbpkmgfiecb |
| Officiell webbadress | https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb |
| Beskrivning | For retrieving user hardware information |
| Filstorlek | 296 KB |
| Antal Installationer | 110 |
| Aktuell Version | 1.21 |
| Senast Uppdaterad | 2019-03-21 |
| Publiceringsdatum | 2019-03-21 |
| Utvecklare | http://speedtest.kotter.net |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://www.kotter.net |
| Stödda Språk | 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"
]
} | |