WebSpy: explore and test website

Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.

ما هو WebSpy: explore and test website؟

WebSpy: explore and test website هو إضافة Chrome تم تطويرها بواسطة extensioncreatorsllc، والميزة الرئيسية لها هي "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WebSpy: explore and test website

قم بتنزيل ملفات الامتداد WebSpy: explore and test website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Allows to view all requests on any website, create and test custom HTTP requests.
You can edit all request and response headers and body in XML/JSON/HTML/TEXT format.

One of the best API testing and analysis tool.

Allows to send GET, POST, PUT, PATCH, DELETE requests.
Allows to repeat and edit any existing request.
Built-in JSON, XML, CSS, HTML Viewer/Formatter.

It's like a postman inside chrome.

Useful to optimize and test your website.                    

معلومات أساسية عن التمديد

الاسم WebSpy: explore and test website WebSpy: explore and test website
ID aedipmheomnpcbgmanofhaccebgapije
عنوان URL الرسمي https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije
الوصف Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
حجم الملف 130 KB
عدد التثبيتات 12,203
النسخة الحالية 1.3.22
آخر تحديث 2019-08-28
تاريخ النشر 2019-08-27
تقييم 3.50/5 مجموع تقييمات 28
المطور extensioncreatorsllc
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://bornsecret.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSpy: explore and test website",
    "version": "1.3.22",
    "description": "Monitor HTTP GET\/POST requests. XML\/JSON Viewer\/Formatter for request and response body. REST Client: send GET\/POST\/PATCH requests.",
    "icons": {
        "16": "images\/spy16.png",
        "32": "images\/spy32.png",
        "48": "images\/spy48.png",
        "128": "images\/spy128.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}