Flex Subnetting - Subnet Calculator

IPv4 VLSM Subnet Calculator

Flex Subnetting - Subnet Calculatorคืออะไร?

Flex Subnetting - Subnet Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eddy Kwok และคุณลักษณะหลักของมันคือ "IPv4 VLSM Subnet Calculator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flex Subnetting - Subnet Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Flex Subnetting - Subnet Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Calculate, plan and manage complex subnets like a Pro.
A must have tool for Cloud Solution Architects and Network Engineers.

Features:
- Support Classless Addressing (VLSM)
- Automatic tagging ( Public/Private, etc )
- Customisable theme
- Export to CSV
- Save and Load Projects
- Split and Merge Preview

To support this project, please consider to buy me a cup of coffee 
https://www.buymeacoffee.com/eddykwok

Disclaimer:
While we have made every attempt to ensure the application to work correctly,  Flex Subnetting Author/Developer is not responsible for any errors or omissions, or for the results obtained from the use of this product. All information is provided "as is", with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including but not limited to warranties of performance, merchantability and fitness for a particular purpose. In no event will Flex Subnetting Author/Developer, company or employees thereof be liable to you or anyone else for any decision made or action taken in reliance on the information provided by this application.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flex Subnetting - Subnet Calculator Flex Subnetting - Subnet Calculator
ID eddiehgpgoegchpkdimdbckecfcienel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flex-subnetting-subnet-ca/eddiehgpgoegchpkdimdbckecfcienel
คำอธิบาย IPv4 VLSM Subnet Calculator
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2021-09-26
วันที่เผยแพร่ 2020-07-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Eddy Kwok
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,es,iw,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flex Subnetting - Subnet Calculator",
    "short_name": "Flexnet",
    "description": "IPv4 VLSM Subnet Calculator",
    "version": "1.3.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "806780691106-lhnaqucc136tjdmbahv2g502ilf3utvg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "offline_enabled": true,
    "default_locale": "en"
}