Global Cookie Manager

Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.

Cos'è Global Cookie Manager?

Global Cookie Manager è un'estensione di Chrome sviluppata da https://www.globalcookiemanager.com, e la sua funzione principale è "Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Global Cookie Manager

Scarica i file di estensione Global Cookie Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Global Cookie Manager is a cookie manager extension for Google Chrome with advanced global search, editing and import/export features that act on all browser cookies.

Feature list:
★ Advanced list of cookies of the Current URL, Domain or Global (browser-wide).
★ Cross-search by Name, Domain and Value.
★ Remember your last search feature.
★ Full detail view.
★ Create, modify and delete cookies.
★ JSON or CSV import and export of a single cookie or the entire list.
★ Custom settings.
★ ...and other features in development.

Designed by developers for developers:
★ Focused on productivity and speed of use.
★ Facilitates website development and testing.
★ Allows to quickly check the privacy and cookie consent settings of websites.
★ Offers support to the SEO experts work.
★ It can also be used just to manually manage cookies.                    

Informazioni di Base sull'Estensione

Nome Global Cookie Manager Global Cookie Manager
ID bgffajlinmbdcileomeilpihjdgjiphb
URL Ufficiale https://chromewebstore.google.com/detail/global-cookie-manager/bgffajlinmbdcileomeilpihjdgjiphb
Descrizione Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.
Dimensione del File 496 KB
Conteggio Installazioni 994
Versione Corrente 1.3
Ultimo Aggiornamento 2023-09-10
Data di Pubblicazione 2022-08-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.globalcookiemanager.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.globalcookiemanager.com/
URL della Pagina della Politica sulla Privacy https://www.globalcookiemanager.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Global Cookie Manager",
    "version": "1.3",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Cookie Manager with advanced global search, editing and import\/export functionality that acts on all browser cookies.",
    "author": "Cristian Zuddas",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ]
}