ARC cookie exchange

An extension that supports Advanced REST Client session management reading Chrome cookies.

什么是ARC cookie exchange?

ARC cookie exchange是由https://advancedrestclient.com开发的Chrome扩展程序,该扩展的主要功能是“An extension that supports Advanced REST Client session management reading Chrome cookies.”。

扩展截图

screenshot

下载ARC cookie exchange扩展crx文件

下载ARC cookie exchange扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This small extension supports Advanced REST Client session management. 
It reads cookies stored by Chrome and sends them to Advanced REST Client application. Your cookies will be send with the request if the request domain matches cookie domain.

Required permissions:
* cookies - to be able to read cookies
* access to all websites - the cookies API can read cookies from domain that the extension can read from. Therefore access to all URL's is required

Safety
The extension accepts connection only from whitelisted apps which corresponds to canary, dev, beta and stable version of the app. No other app can connect to this extension and read your cookies.

Recent changes:
- added proxy for XHR requests
- the extension will notify ARC when installed                    

扩展基本信息

名称 ARC cookie exchange ARC cookie exchange
ID apcedakaoficjlofohhcmkkljehnmebp
官方URL https://chromewebstore.google.com/detail/arc-cookie-exchange/apcedakaoficjlofohhcmkkljehnmebp
简介 An extension that supports Advanced REST Client session management reading Chrome cookies.
文件大小 9.98 KB
安装次数 87,330
当前版本 0.1.1
更新时间 2019-03-20
上架时间 2019-03-20
评分 3.96/5 共422次评分
开发者 https://advancedrestclient.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://advancedrestclient.com/
帮助页面URL https://github.com/jarrodek/ChromeRestClient/wiki/faq
隐私政策页面URL https://docs.google.com/document/d/1BzrKQ0NxFXuDIe2zMA-0SZBNU0P46MHr4GftZmoLUQU/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/payload-parser.js",
            "script\/background.js"
        ]
    },
    "description": "An extension that supports Advanced REST Client session management reading Chrome cookies.",
    "icons": {
        "128": "assets\/arc-exchange-icon-128.png",
        "48": "assets\/arc-exchange-icon-48.png",
        "64": "assets\/arc-exchange-icon-64.png"
    },
    "manifest_version": 2,
    "name": "ARC cookie exchange",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.1"
}