iNet Dev Toolkit
Cho phép các truy cập từ localhost
Apa itu iNet Dev Toolkit?
iNet Dev Toolkit adalah ekstensi Chrome yang dikembangkan oleh iNet Solutions, dan fitur utamanya adalah "Cho phép các truy cập từ localhost".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iNet Dev Toolkit
Unduh file ekstensi iNet Dev Toolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Cho phép các truy cập đến các dịch vụ trên cloud từ localhost
Informasi Dasar Ekstensi
Nama | |
ID | hgmdmgbfllloocljiffneifcepeafkpg |
URL Resmi | https://chrome.google.com/webstore/detail/inet-dev-toolkit/hgmdmgbfllloocljiffneifcepeafkpg |
Deskripsi | Cho phép các truy cập từ localhost |
Ukuran File | 19 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2020-03-19 |
Tanggal Publikasi | 2020-02-25 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | iNet Solutions |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://cdn.inetcloud.vn/data/policy/index.html |
Bahasa yang Didukung | 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 } |