SwaVan

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

SwaVan란 무엇입니까?

SwaVan은(는) Biplab Pokhrel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SwaVan allow user to mock data and redirect request to another endpoint"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SwaVan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SwaVan SwaVan
ID pjoolkhhhagnogkehobklpgmfbhndefo
공식 URL https://chromewebstore.google.com/detail/swavan/pjoolkhhhagnogkehobklpgmfbhndefo
설명 SwaVan allow user to mock data and redirect request to another endpoint
파일 크기 1.85 MB
설치 횟수 101
현재 버전 0.2.2
최근 업데이트 2020-11-19
출시 날짜 2020-09-22
평점 5.00/5 총 7 개의 평점
개발자 Biplab Pokhrel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://swavan.io
개인정보 보호 정책 페이지 URL https://www.privacypolicyonline.com/live.php?token=PZNl0dnodElWggyJEwobtWX5AljxwzVv
지원되는 언어 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'"
}