ARC cookie exchange

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

ARC cookie exchangeคืออะไร?

ARC cookie exchange เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://advancedrestclient.com และคุณลักษณะหลักของมันคือ "An extension that supports Advanced REST Client session management reading Chrome cookies."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ARC cookie exchange

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}