ARC cookie exchange

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

ARC cookie exchange क्या है?

ARC cookie exchange https://advancedrestclient.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that supports Advanced REST Client session management reading Chrome cookies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ARC cookie exchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}