ARC cookie exchange

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

What is ARC cookie exchange?

ARC cookie exchange is a Chrome extension developed by https://advancedrestclient.com, and its main feature is "An extension that supports Advanced REST Client session management reading Chrome cookies.".

Extension Screenshots

screenshot

Download ARC cookie exchange Extension CRX File

Download ARC cookie exchange 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

                        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                    

Extension Basic Information

Name ARC cookie exchange ARC cookie exchange
ID apcedakaoficjlofohhcmkkljehnmebp
Official URL https://chromewebstore.google.com/detail/arc-cookie-exchange/apcedakaoficjlofohhcmkkljehnmebp
Description An extension that supports Advanced REST Client session management reading Chrome cookies.
File Size 9.98 KB
Installation Count 87,330
Current Version 0.1.1
Last Updated 2019-03-20
Publish Date 2019-03-20
Rating 3.96/5 Total 422 Ratings
Developer https://advancedrestclient.com
Email [email protected]
Payment Type free
Extension Website https://advancedrestclient.com/
Help Page URL https://github.com/jarrodek/ChromeRestClient/wiki/faq
Privacy Policy Page URL https://docs.google.com/document/d/1BzrKQ0NxFXuDIe2zMA-0SZBNU0P46MHr4GftZmoLUQU/edit?usp=sharing
Supported Languages 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"
}