SwaVan

SwaVan allow user to mock data and redirect request to another endpoint

SwaVan là gì?

SwaVan là một tiện ích mở rộng Chrome được phát triển bởi Biplab Pokhrel, và tính năng chính của nó là "SwaVan allow user to mock data and redirect request to another endpoint".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwaVan

Tải xuống các tệp mở rộng SwaVan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SwaVan is an extension that allows redirect the request based on the rules you created. SwaVan support unlimited rules creation and all these rules are store locally in you PC. Here are the list of feature SwaVan comes with.

Features of SwaVan
- Create as many rules as you want
- Create, Edit, and delete mock with the rule
- Create response as many as you like
- Add redirect filter logic
- Enable or Disable rules, mock data and redirect URLs
- Easy to share rules ( Copy Rule )
- Easy to import rule ( Paste Rule )
- Add filter logic to look for specific host only
- Add filter logic to look for specific resource type only                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwaVan SwaVan
ID pjoolkhhhagnogkehobklpgmfbhndefo
URL Chính Thức https://chromewebstore.google.com/detail/swavan/pjoolkhhhagnogkehobklpgmfbhndefo
Mô tả SwaVan allow user to mock data and redirect request to another endpoint
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-09-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Biplab Pokhrel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swavan.io
URL Trang Chính Sách Bảo Mật https://www.privacypolicyonline.com/live.php?token=PZNl0dnodElWggyJEwobtWX5AljxwzVv
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwaVan",
    "homepage_url": "https:\/\/swavan.io",
    "description": "SwaVan allow user to mock data and redirect request to another endpoint",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "icons": {
        "16": "icons\/SwaVan16.png",
        "32": "icons\/SwaVan32.png",
        "48": "icons\/SwaVan48.png",
        "64": "icons\/SwaVan64.png",
        "96": "icons\/SwaVan96.png",
        "128": "icons\/SwaVan128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Swavan",
        "default_icon": {
            "16": "icons\/SwaVan16.png",
            "32": "icons\/SwaVan32.png",
            "48": "icons\/SwaVan48.png",
            "64": "icons\/SwaVan64.png",
            "96": "icons\/SwaVan96.png",
            "128": "icons\/SwaVan128.png"
        }
    },
    "version": "0.2.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}