iNet Dev Toolkit
Cho phép các truy cập từ localhost
Wat is iNet Dev Toolkit?
iNet Dev Toolkit is een Chrome-extensie ontwikkeld door iNet Solutions, en de belangrijkste functie is "Cho phép các truy cập từ localhost".
Extensie Screenshots
Download het CRX-bestand van de extensie iNet Dev Toolkit
Download iNet Dev Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cho phép các truy cập đến các dịch vụ trên cloud từ localhost
Basisinformatie over de Extensie
Naam | |
ID | hgmdmgbfllloocljiffneifcepeafkpg |
Officiële URL | https://chrome.google.com/webstore/detail/inet-dev-toolkit/hgmdmgbfllloocljiffneifcepeafkpg |
Beschrijving | Cho phép các truy cập từ localhost |
Bestandsgrootte | 19 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2020-03-19 |
Publicatiedatum | 2020-02-25 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | iNet Solutions |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://cdn.inetcloud.vn/data/policy/index.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iNet Dev Toolkit", "version": "0.0.9", "description": "Cho ph\u00e9p c\u00e1c truy c\u1eadp t\u1eeb localhost", "permissions": [ "webRequest", "webRequestBlocking", "cookies", "activeTab", "*:\/\/*.inetcloud.vn\/*", "*:\/\/*.lemon3erp.vn\/*", "*:\/\/*.dxsoft.vn\/*", "*:\/\/*.dongthap.gov.vn\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |