SwaVan

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

SwaVan क्या है?

SwaVan Biplab Pokhrel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SwaVan allow user to mock data and redirect request to another endpoint"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SwaVan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}