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