header cookie qrCode caseRecording

copy,move,delete,insert cookie. Insert header in request. Generate QR code. Interface automation case recording

What is header cookie qrCode caseRecording?

header cookie qrCode caseRecording is a Chrome extension developed by a rookie, and its main feature is "copy,move,delete,insert cookie. Insert header in request. Generate QR code. Interface automation case recording".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download header cookie qrCode caseRecording Extension CRX File

Download header cookie qrCode caseRecording extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1、可快速将一个页面的cookie同步至另一个页面中
2、通过iframe嵌入指定页面
3、在网络请求中添加指定header
4、删除,复制,添加当前页面 cookie
5、二维码生成功能
6、API 接口用例录制功能
7、今日待办功能                    

Extension Basic Information

Name header cookie qrCode caseRecording header cookie qrCode caseRecording
ID echlhpliefhchnkmiomfpdnehakfmpfl
Official URL https://chromewebstore.google.com/detail/header-cookie-qrcode-case/echlhpliefhchnkmiomfpdnehakfmpfl
Description copy,move,delete,insert cookie. Insert header in request. Generate QR code. Interface automation case recording
File Size 1.46 MB
Installation Count 328
Current Version 3.0.0
Last Updated 2022-12-16
Publish Date 2021-02-07
Developer a rookie
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "header cookie qrCode caseRecording",
    "version": "3.0.0",
    "description": "copy,move,delete,insert cookie. Insert header in request. Generate QR code. Interface automation case recording",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/scorpio16.png",
        "48": "images\/scorpio48.png",
        "128": "images\/scorpio128.png"
    },
    "declarative_net_request": {
        "rule_resources": []
    },
    "devtools_page": "devtools.html",
    "action": {
        "default_title": "yzh-chrome-plugins",
        "default_popup": "index.html"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}