iNet Dev Toolkit
Cho phép các truy cập từ localhost
What is iNet Dev Toolkit?
iNet Dev Toolkit is a Chrome extension developed by iNet Solutions, and its main feature is "Cho phép các truy cập từ localhost".
Extension Screenshots
Download iNet Dev Toolkit Extension CRX File
Download iNet Dev Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cho phép các truy cập đến các dịch vụ trên cloud từ localhost
Extension Basic Information
Name | |
ID | hgmdmgbfllloocljiffneifcepeafkpg |
Official URL | https://chrome.google.com/webstore/detail/inet-dev-toolkit/hgmdmgbfllloocljiffneifcepeafkpg |
Description | Cho phép các truy cập từ localhost |
File Size | 19 KB |
Installation Count | 44 |
Current Version | 0.0.9 |
Last Updated | 2020-03-19 |
Publish Date | 2020-02-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | iNet Solutions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://cdn.inetcloud.vn/data/policy/index.html |
Supported Languages | 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 } |