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
Eメール [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"
}