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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}